Closed
Bug 1382554
Opened 7 years ago
Closed 7 years ago
Intermittent: The onboarding overlay welcome message bubble would wrap with min-width: 100px
Categories
(Firefox :: General, defect, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 1380963
Firefox 56
People
(Reporter: Fischer, Assigned: Fischer)
References
Details
Attachments
(4 files)
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
With min-width: 100px, the welcome message bubble may wrap. See [1][2]. This is maybe be related to the layout calculation glitch plus that min-width 100px is a bit too edge for the English string. It is hard to quarantine no wrap for multi-language case but at least we should ensure the english version is fine.
Enlarge the min-width to 110px could help out this issue [3].
[1] attachment 8888199 [details]: welcome_message_bubble_min_width_100px_normal.png
[2] attachment 8888200 [details]: welcome_message_bubble_min_width_100px_wrapped.png
[3] attachment 8888201 [details]: welcome_message_bubble_min_width_110px_no_wrapped.png
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → fliu
Blocks: 1357017
Status: NEW → ASSIGNED
Priority: -- → P1
Whiteboard: [photon-onboarding]
Version: 55 Branch → 56 Branch
Updated•7 years ago
|
Flags: qe-verify-
Target Milestone: --- → Firefox 56
Assignee | ||
Comment 6•7 years ago
|
||
Comment on attachment 8888202 [details]
Bug 1382554 - Intermittent: The onboarding overlay welcome message bubble would wrap with min-width: 100px.
Cancel r? because the bug 1380963 is already handling this.
Attachment #8888202 -
Flags: review?(dtownsend)
Assignee | ||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•7 years ago
|
Whiteboard: [photon-onboarding]
Assignee | ||
Comment 8•7 years ago
|
||
(In reply to Fischer [:Fischer] from comment #4)
> With min-width: 100px, the welcome message bubble may wrap. See [1][2]. This
> is maybe be related to the layout calculation glitch plus that min-width
> 100px is a bit too edge for the English string.
>
Correct myself, after discussion with Rex. The root cause is about css `box-sizing`.
You need to log in
before you can comment on or make changes to this bug.
Description
•