Closed
Bug 214618
Opened 21 years ago
Closed 21 years ago
Some text is not wrapped and shows up all on one line.
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: lakshman, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513
Text in the <li> sections is not wrapped.
Reproducible: Always
Steps to Reproduce:
1.visit webpage url given.
2.
3.
Expected Results:
done text wrap.
Comment 1•21 years ago
|
||
The markup looks something like:
<table><tr><td>
Some text here that's pretty long
<code>a_really_lonh_url</code>
</td></tr></table>
(where I have removed the irrelevant parts). The point is, there are no spots
in the url where we could line-break (no spaces), so the wrapping ends up
happening at the width of the URL.
This is a dup of the bug on us randomly breaking inside urls.
Whiteboard: DUPEME
Comment 2•21 years ago
|
||
*** This bug has been marked as a duplicate of 95067 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•