Closed
Bug 639819
Opened 14 years ago
Closed 14 years ago
The webpage doesn't repaint after the Refresh button is tapped and the page was zoomed in
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(fennec2.0+)
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
fennec | 2.0+ | --- |
People
(Reporter: xti, Assigned: wesj)
Details
(Whiteboard: [has patch][has review][needs approval])
Attachments
(1 file, 2 obsolete files)
1.14 KB,
patch
|
vingtetun
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b12) Gecko/20100101 Firefox/4.0b12 Build Identifier: The webpage doesn't reload corectly if it was before zoomed in. Reproducible: Always Steps to Reproduce: 1. Open Fennec App 2. Browse to www.mozilla.com/en-US/firefox/features 3. Double tap on any part of the page 4. Tap on Refresh button Actual Results: After the Refresh button was pressed, the webpage doesn't redraw (the checkerboard is present all over the screen). The webpage redraws only if it is scrolled up/down. Expected Results: The page reloads and it is repainted completely. Build id : Mozilla/5.0 (Maemo;Linux armv7l;rv:2.0b13pre)Gecko/20110308 Firefox/4.0b13pre Fennec /4.0b6pre Device: Sony Ericsson Xperia X10 OS: Android 2.1 update 1
Reporter | ||
Updated•14 years ago
|
OS: Other → Android
Hardware: Other → ARM
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 1•14 years ago
|
||
Here's a quickfix patch. We apparently try to catch this situation here for some cases, but are missing this one. I'd like to find a cleaner place to handle refreshes though.
Assignee: nobody → wjohnston
Assignee | ||
Comment 2•14 years ago
|
||
Comment on attachment 517765 [details] [diff] [review] QuickFix Patch Vivien, do you have any thoughts about this?
Attachment #517765 -
Flags: feedback?(21)
Comment 3•14 years ago
|
||
Comment on attachment 517765 [details] [diff] [review] QuickFix Patch Add a comment explaining which cases we're trying to fix (we do not call tab.resetZoomLevel(); when the url is the same)
Attachment #517765 -
Flags: feedback?(21) → feedback+
Assignee | ||
Comment 5•14 years ago
|
||
Same thing with a comment. Should have made that a review request before, but asking for one now (with comment). Sorry :(
Attachment #517765 -
Attachment is obsolete: true
Attachment #517790 -
Flags: review?(21)
Assignee | ||
Comment 6•14 years ago
|
||
Comment on attachment 517790 [details] [diff] [review] Patch with comment Wrong patch...arrr
Attachment #517790 -
Flags: review?(21)
Assignee | ||
Comment 7•14 years ago
|
||
Attachment #517790 -
Attachment is obsolete: true
Attachment #517791 -
Flags: review?(21)
Comment 8•14 years ago
|
||
Comment on attachment 517791 [details] [diff] [review] Real patch Looks good for now but i would like to enhance this code after the release to not have those exceptions here. I have removed the updateCacheViewport call in the MozScrolledAreaChanged handler of chrome/content/bindings/browser.xml for bug 622601 which seems to be the root cause for why we need those calls. Do you mind opening a followup for that?
Attachment #517791 -
Flags: review?(21) → review+
Assignee | ||
Comment 9•14 years ago
|
||
Filed Bug 639905.
Updated•14 years ago
|
Whiteboard: [has patch][has review][needs approval]
Updated•14 years ago
|
tracking-fennec: ? → 2.0+
Comment 10•14 years ago
|
||
This seems bad enough to land for final release
Assignee | ||
Comment 11•14 years ago
|
||
pushed: http://hg.mozilla.org/mobile-browser/rev/d3a230d749f5
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 12•14 years ago
|
||
VERIFIED FIXED on Build ID: Mozilla /5.0 (Android;Linux armv7l;rv:2.0b13pre) Gecko/20110315 Firefox/4.0b13pre Fennec /4.0b6pre Device: Sony Ericsson Xperia X10 (Android 2.1 update 1)
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•