Closed
Bug 290522
Opened 20 years ago
Closed 20 years ago
page scrolls in wrong direction (seamonkey/FF)
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
mozilla1.8beta2
People
(Reporter: Peter6, Assigned: bzbarsky)
References
Details
(Keywords: regression)
Attachments
(2 files)
267 bytes,
text/html
|
Details | |
7.69 KB,
patch
|
roc
:
review+
roc
:
superreview+
brendan
:
approval1.8b2+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050415 Firefox/1.0+ repro: 1.Open FF 2.Open testcase 3.scroll the page down by pressing a few times on the scrolldown button on the vertical scrollbar 4.place the mouse just above the slider and click 5.the page scrolls down i/o up 6.press a few times on the scrollright button on the horizontal scrollbar 7.place the mouse just left of the slider and click 8.the page is scrolled right i/o left testcase coming up
Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
(In reply to comment #0) > Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050415 > Firefox/1.0+ > 4.place the mouse just above the slider and click > 5.the page scrolls down i/o up > 7.place the mouse just left of the slider and click > 8.the page is scrolled right i/o left Mouse position is invalidly reported in some cases on 2005-04-15 builds? See Bug 290494 for Thunderbird case.
Reporter | ||
Updated•20 years ago
|
Keywords: regression
Reporter | ||
Comment 5•20 years ago
|
||
this regressed between 20050414 and 20050415. related to Bug 290553 ?
Summary: page scrolls in wrong direction → page scrolls in wrong direction (seamonkey/FF)
Comment 6•20 years ago
|
||
Probably. All of these bugs certainly make the checkin for bug 289792 look very suspicious. Anyone have a local tree they can back out that checkin from and see what happens?
How can my bug (bug#290597) be a duplicate of this bug when my bug is older?! >_< This offends me as -it's wrong -I did search first -I don't like reporting a duplicate
Oops, sorry for my stupidity. Apparently I got confused with the bug numbers, and also took the "last updated" hours as reference. My apologies.
Assignee | ||
Comment 9•20 years ago
|
||
This fixes all the problems I could find with scrollbars... it's really rather a miracle this code ever worked before; getting the event->point from an nsEvent that comes from a DOMEvent inside DOM event dispatch is not particularly guaranteed to give you anything useful in _your_ coordinates....
Assignee | ||
Updated•20 years ago
|
Attachment #180983 -
Flags: superreview?(roc)
Attachment #180983 -
Flags: review?(roc)
Assignee | ||
Updated•20 years ago
|
Assignee: firefox → roc
Component: General → Layout: View Rendering
Flags: review?(roc)
Product: Firefox → Core
QA Contact: general → ian
Assignee | ||
Updated•20 years ago
|
Attachment #180983 -
Flags: review?(roc)
Attachment #180983 -
Flags: superreview?(roc)
Attachment #180983 -
Flags: superreview+
Attachment #180983 -
Flags: review?(roc)
Attachment #180983 -
Flags: review+
Assignee | ||
Comment 10•20 years ago
|
||
Comment on attachment 180983 [details] [diff] [review] Fix Requesting approval for 1.8b2 for this regression fix.
Attachment #180983 -
Flags: approval1.8b2?
Comment 11•20 years ago
|
||
Comment on attachment 180983 [details] [diff] [review] Fix a=brendan for 1.8b2. /be
Attachment #180983 -
Flags: approval1.8b2? → approval1.8b2+
Assignee | ||
Updated•20 years ago
|
Assignee: roc → bzbarsky
Assignee | ||
Comment 12•20 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
OS: Windows 2000 → All
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.8beta2
Updated•20 years ago
|
Flags: blocking-aviary1.1?
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•