Closed
Bug 886573
Opened 12 years ago
Closed 11 years ago
Keyboard zoom controls change shown percentage in Australis zoom widget while in customize mode
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
VERIFIED
FIXED
Firefox 30
People
(Reporter: Dolske, Assigned: Gijs)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Australis:P5][good first bug][mentor=jaws][lang=js])
Attachments
(2 files)
1.30 KB,
patch
|
jaws
:
review-
|
Details | Diff | Splinter Review |
3.56 KB,
patch
|
jaws
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Seen on user testing. Using the keyboard controls to zoom in/out while in customize mode thankfully doesn't actually zoom the page, but does make the zoom percentage label change in the widget.
Updated•12 years ago
|
Blocks: australis-cust
Comment 1•11 years ago
|
||
To fix this bug, you should clone the UX branch which is located at https://hg.mozilla.org/projects/ux/. You will need to look at the /browser/components/customizableui/src/CustomizableWidgets.jsm and probably need to update the zoom-controls widget to disregard zoom notification changes while in customization mode.
Whiteboard: [Australis:M?][Australis:P5] → [Australis:M?][Australis:P5][good first bug][mentor=jaws][lang=js]
Comment 2•11 years ago
|
||
Hi,
I am interested in working on this bug. So please can you assign this bug to me.
Thanks in advance,
Regards,
A.Anup
![]() |
||
Updated•11 years ago
|
Assignee: nobody → allamsetty.anup
Updated•11 years ago
|
Status: NEW → ASSIGNED
Updated•11 years ago
|
Assignee: allamsetty.anup → darshanapadmadas
Comment 4•11 years ago
|
||
Comment on attachment 8363005 [details] [diff] [review]
output.patch
Review of attachment 8363005 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/components/customizableui/src/CustomizableWidgets.jsm
@@ +363,5 @@
> let window = aDocument.defaultView;
> function updateZoomResetButton() {
> //XXXgijs in some tests we get called very early, and there's no docShell on the
> // tabbrowser. This breaks the zoom toolkit code (see bug 897410). Don't let that happen:
> + if (document.documentElement.hasAttribute("customizing"))
`document` is not defined here. How did you test this?
Attachment #8363005 -
Flags: review?(jaws) → review-
Assignee | ||
Comment 6•11 years ago
|
||
Darshana, I'm sorry, but I'm stealing this because it annoys me so much and it gets duplicated because it confuses people. I ended up adding some more bits because otherwise the display wasn't getting updated at the right times, because the transition takes a bit to finish, yada yada.
Attachment #8385624 -
Flags: review?(jaws)
Assignee | ||
Updated•11 years ago
|
Assignee: darshanapadmadas → gijskruitbosch+bugs
Comment 7•11 years ago
|
||
Comment on attachment 8385624 [details] [diff] [review]
make zoom controls display the right thing in Australis even in customize mode,
Review of attachment 8385624 [details] [diff] [review]:
-----------------------------------------------------------------
This looks good, thanks!
Attachment #8385624 -
Flags: review?(jaws) → review+
Assignee | ||
Comment 8•11 years ago
|
||
Whiteboard: [Australis:M?][Australis:P5][good first bug][mentor=jaws][lang=js] → [Australis:P5][good first bug][mentor=jaws][lang=js][fixed-in-fx-team]
Comment 9•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [Australis:P5][good first bug][mentor=jaws][lang=js][fixed-in-fx-team] → [Australis:P5][good first bug][mentor=jaws][lang=js]
Target Milestone: --- → Firefox 30
Assignee | ||
Comment 10•11 years ago
|
||
Comment on attachment 8385624 [details] [diff] [review]
make zoom controls display the right thing in Australis even in customize mode,
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Australis
User impact if declined: zoom reset button has confusing label (and has a label which can change) when in customize mode
Testing completed (on m-c, etc.): on m-c
Risk to taking this patch (and alternatives if risky): low
String or IDL/UUID changes made by this patch: none
Attachment #8385624 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
status-firefox29:
--- → affected
status-firefox30:
--- → fixed
Updated•11 years ago
|
Attachment #8385624 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 11•11 years ago
|
||
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•