Closed
Bug 718303
Opened 13 years ago
Closed 13 years ago
Tilt intro and outro transitions aren't very precise when page is zoomed
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 12
People
(Reporter: vporof, Assigned: vporof)
References
Details
(Whiteboard: [tilt])
Attachments
(1 file, 1 obsolete file)
2.63 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → vporof
Status: NEW → ASSIGNED
Whiteboard: [tilt]
Assignee | ||
Comment 1•13 years ago
|
||
Changes are backed up by existing tests. For the rest of the stuff in the patch, it's mostly about visual changes.
Attachment #588757 -
Flags: review?(rcampbell)
Assignee | ||
Comment 2•13 years ago
|
||
Cleaned up, try is green. https://tbpl.mozilla.org/?tree=Try&rev=99f836e9fef1
Attachment #588757 -
Attachment is obsolete: true
Attachment #588757 -
Flags: review?(rcampbell)
Attachment #588818 -
Flags: review?(rcampbell)
Comment 3•13 years ago
|
||
Comment on attachment 588818 [details] [diff] [review] v2 looks good
Attachment #588818 -
Flags: review?(rcampbell) → review+
Comment 4•13 years ago
|
||
The right and accurate way to get the zoom ratio is nsIDOMWindowUtils::screenPixelsPerCSSPixel.
Comment 5•13 years ago
|
||
This highlighter as a `zoom` property that uses `nsIDOMWindowUtils::screenPixelsPerCSSPixel`. Just use highlighter.zoom. http://mxr.mozilla.org/mozilla-central/source/browser/devtools/highlighter/highlighter.jsm#626
Assignee | ||
Comment 6•13 years ago
|
||
Yes, we can and should use this. Follow-up bug to avoid rebasing 7 other patches :) Thanks Paul!
Assignee | ||
Comment 7•13 years ago
|
||
Bug 719877.
Comment 8•13 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/586448c078ef
Whiteboard: [tilt] → [tilt][fixed-in-fx-team]
Comment 9•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/586448c078ef
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [tilt][fixed-in-fx-team] → [tilt]
Target Milestone: --- → Firefox 12
Comment 10•13 years ago
|
||
Comment on attachment 588818 [details] [diff] [review] v2 [Approval Request Comment] Regression caused by (bug #): New feature User impact if declined: Intro and outro transitions may be inaccurate on zoomed pages. Testing completed (on m-c, etc.): m-c Risk to taking this patch (and alternatives if risky): Low risk. Small patch.
Attachment #588818 -
Flags: approval-mozilla-aurora?
Updated•13 years ago
|
tracking-firefox11:
--- → ?
Updated•13 years ago
|
Target Milestone: Firefox 12 → ---
Updated•13 years ago
|
tracking-firefox11:
? → ---
Updated•13 years ago
|
Attachment #588818 -
Flags: approval-mozilla-aurora?
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•