Closed
Bug 517787
Opened 14 years ago
Closed 14 years ago
Clicking a partially off-screen link shouldn't scroll the page (again)
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a1
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta1-fixed |
People
(Reporter: jruderman, Assigned: masayuki)
References
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
3.39 KB,
patch
|
Details | Diff | Splinter Review | |
1.59 KB,
patch
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.3a1pre) Gecko/20090920 Firefox/3.7a1pre This was fixed once before in bug 105894, but it's broken again.
Reporter | ||
Updated•14 years ago
|
Keywords: regression
Assignee | ||
Comment 1•14 years ago
|
||
checking on the tryserver.
Assignee: nobody → masayuki
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•14 years ago
|
||
This should be a regression of the focus refactoring, we should fix this on 1.9.2 branch too.
Assignee | ||
Updated•14 years ago
|
Attachment #401796 -
Flags: review?(enndeakin)
Comment 3•14 years ago
|
||
Comment on attachment 401796 [details] [diff] [review] Patch v1.0 >+<window title="Focus Scroll Tests" >+ onload="setTimeout(runTest, 0);" You should use SimpleTest.waitForFocus since retrieving fm.focusedElement will rely on the window being focused.
Attachment #401796 -
Flags: review?(enndeakin) → review+
Assignee | ||
Comment 5•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/6ae554d40a78
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
Assignee | ||
Comment 6•14 years ago
|
||
Comment on attachment 401863 [details] [diff] [review] Patch v1.1 We should fix this regression on 1.9.2 branch too. The risk is low. This patch only suppresses the scrolling at clicking a link.
Attachment #401863 -
Flags: approval1.9.2?
Updated•14 years ago
|
Flags: blocking1.9.2? → blocking1.9.2+
Priority: -- → P2
Assignee | ||
Comment 7•14 years ago
|
||
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/445de6143f10
status1.9.2:
--- → beta1-fixed
Assignee | ||
Updated•14 years ago
|
Attachment #401863 -
Flags: approval1.9.2?
Assignee | ||
Comment 8•14 years ago
|
||
Updated•4 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•