Closed
Bug 921804
Opened 12 years ago
Closed 11 years ago
Prompt checkboxes shown in the wrong place
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox28 fixed, firefox29 fixed)
RESOLVED
FIXED
Firefox 29
People
(Reporter: wesj, Assigned: wesj)
Details
Attachments
(1 file)
|
6.35 KB,
patch
|
mfinkle
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Writing some tests for prompts, I noticed the checkboxes are shown above the textboxes in Services.prompt.prompt(); Still don't have a test for that :), but this fixes it.
| Assignee | ||
Updated•12 years ago
|
Attachment #811626 -
Attachment is patch: true
Attachment #811626 -
Flags: review?(mark.finkle)
Comment 1•12 years ago
|
||
Comment on attachment 811626 [details] [diff] [review]
Patch
>diff --git a/mobile/android/components/PromptService.js b/mobile/android/components/PromptService.js
>+ addCheckbox: function addCheckbox(prompt, aCheckMsg, aCheckState) {
prompt -> aPrompt
Attachment #811626 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Forgot to land this!
https://hg.mozilla.org/integration/fx-team/rev/4c6f0a7f1e50
| Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 811626 [details] [diff] [review]
Patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 877911 - Prompt.jsm switch
User impact if declined: Checkboxes appear above textboxes. Looks visually strange.
Testing completed (on m-c, etc.): Landed on mc today.
Risk to taking this patch (and alternatives if risky): Low risk. Just changes the ordering of operations.
String or IDL/UUID changes made by this patch: none.
Attachment #811626 -
Flags: approval-mozilla-aurora?
Comment 4•11 years ago
|
||
Assignee: nobody → wjohnston
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 29
Updated•11 years ago
|
Attachment #811626 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 5•11 years ago
|
||
status-firefox28:
--- → fixed
status-firefox29:
--- → fixed
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•