Closed
Bug 1018175
Opened 11 years ago
Closed 11 years ago
Text in "Bugzilla ID"-hover-box doesn't always wrap in Firefox
Categories
(Socorro :: Webapp, task)
Tracking
(Not tracked)
RESOLVED
FIXED
88
People
(Reporter: elbart, Assigned: peterbe)
References
()
Details
Attachments
(3 files)
Attachment:
Top: Nightly 2014-05-29
Bottom: IE11
| Assignee | ||
Comment 1•11 years ago
|
||
It seems a `word-wrap: break-word;` on the `<code>` tag fixes it.
Assignee: nobody → peterbe
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Comment 3•11 years ago
|
||
Before patch
| Assignee | ||
Comment 4•11 years ago
|
||
After patch
Comment 5•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/a5ab866b6ecc2db75605d9cb05a3ae00a3678156
fixes bug 1018175 - line-wrap text in bugzilla pop-up
https://github.com/mozilla/socorro/commit/3947b28631fc4e7edd689686d31c5564bd4ac76f
Merge pull request #2075 from peterbe/bug-1018175-line-wrap-text-in-bugzilla-pop-up
fixes bug 1018175 - line-wrap text in bugzilla pop-up
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
The <code>-text is now wrapping, but not the text below those, in the <ul class"bug_ids_expanded full_bug_ids popup">.
Updated•11 years ago
|
Target Milestone: --- → 88
(In reply to Elbart from comment #6)
> The <code>-text is now wrapping, but not the text below those, in the <ul
> class"bug_ids_expanded full_bug_ids popup">.
Flags: needinfo?(peterbe)
| Assignee | ||
Comment 8•11 years ago
|
||
Elbart,
Just FYI, we're working on it. I think it should be reopened at least.
Status: RESOLVED → REOPENED
Flags: needinfo?(peterbe)
Resolution: FIXED → ---
| Assignee | ||
Comment 9•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•