Indefero

Issue 241: Links to attach files in Issues should not actually open their href target ("#")

Reported by Charles Melbye, Jun 29, 2009

Links to attach files in Issues have an href target of 
"#", and they have an onclick event that does whatever the 
link needs to do when clicked. This patch will fix the events by 
adding "return false;" to the end of the event so that 
"#" isn't actually opened, which makes the page scroll up 
in Safari and probably other browsers.

Comment 1 by Loïc d'Anterroches, Jun 29, 2009

Fixed in commit 75af090, thanks a lot!
Status: Fixed

Created: 3 years 10 months ago by Charles Melbye

Updated: 3 years 10 months ago

Status: Fixed

Followed by: 1 person

Labels:
Type:Defect
Priority:Medium