Closed
Bug 524683
Opened 15 years ago
Closed 15 years ago
word-break: break-all; is not wrapping text though it is working in Internet Explorer
Categories
(Firefox :: General, defect, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 249159
People
(Reporter: majid.akhter, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
IF we are giving css as word-break: break-all; for a long text it wrap the text in IE but not wrapping in Mozilla firefox.Please tell me any alternative for this in firefix.
Reproducible: Always
Expected Results:
Long text should be wrapped.
Comment 1•15 years ago
|
||
Majid: can you please add a link to a page we can look at?
Comment 2•15 years ago
|
||
I think word-break is propritary IE stuff. Does one of the white-space values fit the bill?
https://developer.mozilla.org/en/CSS/white-space
Comment 3•15 years ago
|
||
(In reply to comment #2)
> I think word-break is propritary IE stuff.
Indeed.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•