Closed
Bug 646270
Opened 14 years ago
Closed 14 years ago
MozScrolledAreaChanged changed behavior and broke some browser-chrome tests
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mfinkle, Assigned: mfinkle)
Details
Attachments
(1 file)
|
5.27 KB,
patch
|
mbrubeck
:
review+
|
Details | Diff | Splinter Review |
"MozScrolledAreaChanged" is now always fired before "pageshow" for initial page sizing. That breaks some test code that used the message as a post-pageshow helper. I ditched that code and reverted back to simpler code to get tests green on linux desktop.
I also turned off a scrollbar tests. It seems we will grow the height of a document based on the width to ensure zooming out to the width will always have document available height-wise. This breaks a scrollbar test that assumes the vertical scrollbar will not be visible.
Linux desktop tests are green with patch.
We could change our behavior to not over extend the height unless we actually need to, dynamically based on current zoom. Filing a bug for that.
Attachment #522864 -
Flags: review?(mbrubeck)
Updated•14 years ago
|
Attachment #522864 -
Flags: review?(mbrubeck) → review+
| Assignee | ||
Comment 1•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•