Closed
Bug 700374
Opened 10 years ago
Closed 10 years ago
Changing zoom level on Google Reader misaligns some image buttons.
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
RESOLVED
DUPLICATE
of bug 698590
People
(Reporter: drewkunpwns, Unassigned)
References
()
Details
Attachments
(1 file)
|
112.11 KB,
image/png
|
Details |
When on Google Reader, changing the zoom level to anything besides the default breaks the image&button alignment for certain buttons (as seen in the screenshot). Using Firebug, the offending section of CSS appears to be:
.jfk-button-standard .jfk-button-img {
opacity: 0.55;
}
Comment 1•10 years ago
|
||
I see the misalignment, but this has nothing to do with the CSS OM... That said, I can confirm that removing the opacity style fixes the rendering, which is _really_ weird. roc, Timothy, what's going on there?
Status: UNCONFIRMED → NEW
Component: DOM: CSS Object Model → Layout: View Rendering
Ever confirmed: true
QA Contact: style-system → layout.view-rendering
Version: 10 Branch → Trunk
Clarification: all images that use the "opacity" CSS property scroll up and down when zoom level is changed, rather than being re-sized.
Comment 3•10 years ago
|
||
Probably duplicate of bug 698590.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Duplicate of bug: 698590
| Assignee | ||
Updated•3 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
•