Closed
Bug 994653
Opened 11 years ago
Closed 11 years ago
[System] no left margin at the beginning of the Confirmation prompts
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(feature-b2g:2.0, tracking-b2g:backlog, b2g-v2.0 fixed)
RESOLVED
FIXED
2.0 S3 (6june)
| Tracking | Status | |
|---|---|---|
| b2g-v2.0 | --- | fixed |
People
(Reporter: noemi, Assigned: paco)
References
Details
Attachments
(3 files, 1 obsolete file)
Is there any change in how system app implements the alert box?
STRs:
1. Launch the Messages app
2. Tap the pencil and paper icon in the upper right to compose a new message
4. Tap the attachment icon in the top right to add an attachment
5. Select a Video bigger than 300KB limit, i.e 562KB of size file
Actual:
"The file you have selected is too large" alert message appears but showing a blank space at the beginning, please see https://bug992891.bugzilla.mozilla.org/attachment.cgi?id=8404628
Environmental variables:
Device: Hamachi
BuildId: 20140410065312
Gecko: e177929
Gaia: 8697ff1
Platform version: 31.0a1
Expected:
"The file you have selected is too large" alert message appears without showing a blank space at the beginning, as it is currently shown in v1.4, please see https://bug992891.bugzilla.mozilla.org/attachment.cgi?id=8404677
Comment 1•11 years ago
|
||
Perhaps there could be a minor regression introduced with the refresh in modals with the new Buttons or other BB change... Setting ni to Arnau, as he's the expert in BBs :)
Flags: needinfo?(arnau)
Yep, this happens in all confirmation screens launched by system.
I'll take a look.
Assignee: nobody → arnau
Flags: needinfo?(arnau)
Amy,
you recently created some specs for a system modal which uses the same CSS files:
https://bug912445.bugzilla.mozilla.org/attachment.cgi?id=8402747
This modal is based in:
http://buildingfirefoxos.com/building-blocks/confirm.html
Which has different font size.
Is there a rule for that? And in this bug which should be the correct font size?
Thanks!
Flags: needinfo?(amlee)
Comment 4•11 years ago
|
||
(In reply to Arnau March [:arnau] from comment #3)
> Amy,
> you recently created some specs for a system modal which uses the same CSS
> files:
> https://bug912445.bugzilla.mozilla.org/attachment.cgi?id=8402747
>
> This modal is based in:
> http://buildingfirefoxos.com/building-blocks/confirm.html
> Which has different font size.
> Is there a rule for that? And in this bug which should be the correct font
> size?
>
> Thanks!
Hi Arnau,
Please use the font size that is in my spec. The building block example that you showed looks like a different type of message and so they don't need to share the same font sizing. With that said, I think that all of the browser error messages should share the same font size so that that would need to be changed if they are currently different sizes. Please let me know if I need to file a new bug to have all the browser messages to share the same font size. Thanks!
Flags: needinfo?(amlee)
Updated•11 years ago
|
Target Milestone: --- → 1.4 S6 (25apr)
| Reporter | ||
Updated•11 years ago
|
Target Milestone: 1.4 S6 (25apr) → ---
| Reporter | ||
Updated•11 years ago
|
Target Milestone: --- → 2.0 S1 (9may)
| Reporter | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
| Reporter | ||
Updated•11 years ago
|
Whiteboard: [p=2]
Now in master don't have the wait space, but the margin is not correct, so I will rename this bug.
Summary: [System] blank space added at the beginning of the the "file too large" alert → [System] no left margin at the beginning of the the "file too large" alert
Updated•11 years ago
|
Summary: [System] no left margin at the beginning of the the "file too large" alert → [System] no left margin at the beginning of the Confirmation prompts
| Reporter | ||
Updated•11 years ago
|
Whiteboard: [p=2]
Target Milestone: 2.0 S1 (9may) → 2.0 S2 (23may)
Updated•11 years ago
|
blocking-b2g: --- → backlog
feature-b2g: --- → 2.0
| Reporter | ||
Updated•11 years ago
|
Assignee: arnau → pacorampas
Target Milestone: 2.0 S2 (23may) → 2.0 S3 (6june)
| Assignee | ||
Comment 6•11 years ago
|
||
Attachment #8428643 -
Flags: review?(etienne)
Comment 8•11 years ago
|
||
Comment on attachment 8428643 [details] [review]
patch in github
Probably needs a ui-review too, but r+ on the code change :)
Attachment #8428643 -
Flags: review?(etienne) → review+
| Assignee | ||
Updated•11 years ago
|
Attachment #8428645 -
Flags: ui-review?(arnau)
Comment on attachment 8428645 [details]
margins.png
Comparing this screenshot with the building blocks, looks like tittle is 5px above, and the text 10px bellow.
Another thing that would be good to fix in this patch is that all content is not centered in screen, because of the button height (70px)
| Assignee | ||
Comment 10•11 years ago
|
||
Attachment #8428645 -
Attachment is obsolete: true
Attachment #8428645 -
Flags: ui-review?(arnau)
Attachment #8429915 -
Flags: ui-review?(arnau)
Comment on attachment 8429915 [details]
alert-system.png
This one matches Confirm BB :)
Nice work!
Attachment #8429915 -
Flags: ui-review?(arnau) → ui-review+
Merged: ed16e2d6c079cbc7f7ad696c7b1842b09d648df6
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 13•11 years ago
|
||
Please put bug number in your commit message next time. Thanks for cooperation.
Sure, thanks!
Updated•11 years ago
|
status-b2g-v2.0:
--- → fixed
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
You need to log in
before you can comment on or make changes to this bug.
Description
•