Closed
Bug 53295
Opened 25 years ago
Closed 25 years ago
is this right: |bounds.height != bounds.height|?
Categories
(Core :: Web Painting, defect, P3)
Core
Web Painting
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: scc, Assigned: eric)
References
()
Details
...it just looks like an error to me, given the rest of the line. Seems like the
author probably meant |bounds.height != height|.
Comment 1•25 years ago
|
||
Yes. Looks like a mistake. Not currently using that code, so its not causing any
problems right now. Reassigning to evaughan to take a look.
Eric, this is in the code where you were caching the widget moves and resizes.
This may have been one of the reasons that caching the size and move changes did
not work.
Assignee: kmcclusk → evaughan
Comment 2•25 years ago
|
||
this code is not reachable from seamonkey. ->future
Target Milestone: --- → Future
| Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•25 years ago
|
||
fixed
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•