Closed
Bug 416749
Opened 18 years ago
Closed 17 years ago
Wrapping fails when line is made up of small blocks of processed (e.g. colored) text
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla-mozilla-20000923, Assigned: krishean)
Details
(Whiteboard: [cz-0.9.83])
Attachments
(2 files, 2 obsolete files)
856 bytes,
text/plain
|
Details | |
1.70 KB,
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
If you say %C8YELLO! lots of times without spaces, it wont wrap. We generate lots of <span>s for the colours, but with no space or <wbr> between, they wont wrap.
Proposed solution: add a <wbr> after each styled <span>.
Reporter | ||
Comment 1•18 years ago
|
||
Note that this is kinda similar to bug 211272, but there I don't think we have an easy way out.
Attachment #321022 -
Flags: review?(silver)
the patch applies to http://lxr.mozilla.org/mozilla/source/extensions/irc/xul/content/mungers.js#652
Attachment #321023 -
Flags: review?(silver)
Attachment #321022 -
Attachment is obsolete: true
Attachment #321043 -
Flags: review?(silver)
Attachment #321022 -
Flags: review?(silver)
Attachment #321043 -
Attachment is obsolete: true
Attachment #321314 -
Flags: review?(silver)
Attachment #321043 -
Flags: review?(silver)
Reporter | ||
Updated•17 years ago
|
Assignee: rginda → krishean
Reporter | ||
Comment 6•17 years ago
|
||
Comment on attachment 321314 [details] [diff] [review]
removed some obsoleted code
>+ var wbr = document.createElementNS("http://www.w3.org/1999/xhtml",
>+ "html:wbr");
Nit: Line this up.
+ containerTag.appendChild(wbr.cloneNode(true));
Nit: Use 8 spaces, not 1 tab here.
r=silver with those fixed (which I'll do before check-in)
Thanks for the patch!
Attachment #321314 -
Flags: review?(silver) → review+
Reporter | ||
Comment 7•17 years ago
|
||
Checked in --> FIXED.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Whiteboard: [cz-0.9.83]
Reporter | ||
Updated•17 years ago
|
Attachment #321023 -
Flags: review?(silver)
Updated•6 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•