Closed
Bug 816692
Opened 13 years ago
Closed 13 years ago
"Undo Close group" option of panorama: Close icon broken.
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: u443210, Assigned: mattwoodrow)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(2 files)
37.25 KB,
image/png
|
Details | |
1.57 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20121129 Firefox/20.0
Build ID: 20121129074803
Steps to reproduce:
_Open firefox.
_Go to panorama.
_Open a new group with 1 o more tabs.
_Close this group.
Actual results:
The "x" icon of the "Undo close Group" is broken.
![]() |
||
Updated•13 years ago
|
Component: Untriaged → Panorama
Keywords: regressionwindow-wanted
![]() |
||
Updated•13 years ago
|
![]() |
||
Comment 1•13 years ago
|
||
Last good nightly: 2012-11-19
First bad nightly: 2012-11-20
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=4fddb9923ef0&tochan
ge=bc69705c162d
Caused by bug 811927 (used tinderbox builds)
Blocks: 811927
Keywords: regressionwindow-wanted
![]() |
||
Updated•13 years ago
|
Component: Panorama → Layout
Product: Firefox → Core
Assignee: nobody → matt.woodrow
Assignee | ||
Comment 2•13 years ago
|
||
nsImageRenderer sets up a cropped imgIContainer in mImageContainer, and then we ignore that and retrieve the original, uncropped one.
This meant that we were taking the entire sprite sheet and scaling it down to the size of an individual image. Not a good look.
Attachment #688540 -
Flags: review?(joe)
Attachment #688540 -
Flags: review?(joe) → review+
Assignee | ||
Comment 3•13 years ago
|
||
![]() |
||
Comment 4•13 years ago
|
||
Sorry for the delay; I was ill last week!
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•