Closed
Bug 390180
Opened 17 years ago
Closed 17 years ago
Full page zoom interacts badly with bfcache
Categories
(Core Graveyard :: GFX, defect)
Core Graveyard
GFX
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sylvain.pasche, Assigned: sharparrow1)
References
Details
Attachments
(1 file)
9.53 KB,
patch
|
roc
:
review+
roc
:
superreview+
roc
:
approval1.9+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Set full page zoom to 200% for instance
2. Click on a link to open a new page
3. Reset zoom back to 100%
4. Press back
5. See how original page looks garbled
Updated•17 years ago
|
Flags: blocking1.9?
Flags: blocking1.9? → blocking1.9+
Assignee | ||
Comment 1•17 years ago
|
||
I think this fixes up all the fastback-related page zoom bugs. It's basically just acting more like text zoom.
Comment on attachment 276497 [details] [diff] [review]
Patch
+ NS_ASSERTION(!mPresContext || mPresContext->GetFullZoom() == mPageZoom,
+ "mPresContext->TextZoom() != mTextZoom");
The text is wrong
Attachment #276497 -
Flags: superreview+
Attachment #276497 -
Flags: review?(roc)
Attachment #276497 -
Flags: review+
Attachment #276497 -
Flags: approval1.9+
Assignee | ||
Comment 3•17 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•