Opened 9 years ago

Closed 9 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 9 years ago by Piotrek Koszuliński

Keywords: firefox removed
Resolution: duplicate
Status: newclosed

It's already fixed on master - #13031.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy