Closed
Bug 1254252
Opened 10 years ago
Closed 10 years ago
Have Axis::ClampOriginToScrollableRect just return the original value if it falls with in the page bounds.
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
RESOLVED
FIXED
mozilla48
People
(Reporter: rbarker, Assigned: rbarker)
Details
Attachments
(1 file)
Currently Axis::ClampOriginToScrollableRect divides and then multiplies the coord by zoom before returning regardless or whether it falls within the page bounds or not. It would be better to just return the original value if it falls with in the pages bounds.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → rbarker
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8727562 -
Flags: review?(bugmail.mozilla)
Updated•10 years ago
|
Attachment #8727562 -
Flags: review?(bugmail.mozilla) → review+
Comment 3•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Updated•10 years ago
|
Version: Trunk → 47 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•