Opened 10 years ago
Closed 10 years ago
#13239 closed Bug (duplicate)
Source view has no word-wrapping in Firefox now
Reported by: | Chris Graham | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Source View | Version: | |
Keywords: | Cc: |
Description
The source view has no word-wrapping in Firefox, as of very recently.
Because Firefox just fixed a long-standing CSS implementation bug: https://bugzilla.mozilla.org/show_bug.cgi?id=82711
Other browsers still have the bug.
Your CSS has white-space:nowrap cascading through.
You therefore need to probably put an override on the textarea element.
Problem is reproducable on your latest demo.
Change History (1)
comment:1 Changed 10 years ago by
Keywords: | firefox removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
It's already fixed on master - #13031.