Closed
Bug 701627
Opened 13 years ago
Closed 13 years ago
slashdot.org doesn't fire MozScrolledAreaChanged events as the page gets bigger while loading
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox11 fixed, fennec11+)
RESOLVED
FIXED
People
(Reporter: pcwalton, Assigned: dougt)
References
()
Details
Attachments
(1 file, 1 obsolete file)
1.60 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Because we resize the page only upon receiving MozScrolledAreaChanged, we end up with a page much smaller than it should be. (How did XUL Fennec do this? It must have had the same issue...)
Reporter | ||
Updated•13 years ago
|
Blocks: native_droid_panning
Assignee | ||
Comment 1•13 years ago
|
||
I think we had similar problems with the xul fennec. whenever we did complete loading, we asked "how big are you". A workaround, yes.
Assignee: nobody → doug.turner
Priority: -- → P1
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #577481 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #577481 -
Attachment is obsolete: true
Attachment #577481 -
Flags: review?(mark.finkle)
Attachment #577483 -
Flags: review?(mark.finkle)
Comment 4•13 years ago
|
||
Comment on attachment 577483 [details] [diff] [review]
patch v.1
>diff --git a/mobile/android/chrome/content/browser.js b/mobile/android/chrome/content/browser.js
> get viewport() {
>- let doc = this.browser.contentDocument.documentElement;
>+ let cdoc = this.browser.contentDocument;
Call me crazy, but I like "doc" better than "cdoc"
Attachment #577483 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
tracking-fennec: --- → 11+
Updated•13 years ago
|
status-firefox11:
--- → fixed
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•