Ticket #6187 (new defect)

Opened 4 months ago

Last modified 10 days ago

Editor on IE: newlines are too big

Reported by: doughays Owned by: liucougar
Priority: high Milestone: 1.2
Component: Editor Version: 1.0
Severity: normal Keywords:
Cc:

Description (last modified by bill) (diff)

Run test_Editor.html in IE.
Click in the first editor and type a, then press ENTER, then press a.
You can see that the spacing between a's is huge. The problem is that IE separates lines with paragraph tags and the paragraph style has a margin of 1em.

Change History

Changed 4 months ago by bill

  • milestone changed from 1.1 to 1.2

Think this one can wait 'till 1.2. Not a new problem.

Changed 4 months ago by bill

See EnterKeyHandling plugin for possible fix for this (maybe it's not even a bug?). Also can be fixed by style sheet setting.

Changed 4 months ago by doughays

The EnterKeyHandling? plugin fixes this, but there's not a single example of this anywhere that I could find, and why isn't it the default? This can't be fixed with CSS since you have to restyle P tags to not have margin, which will mess up embedded P tags in user content, and with IE there's no way to add complex CSS rules to work around that.

Changed 4 months ago by doughays

shift+ENTER for newlines is another workaround

Changed 10 days ago by bill

  • description modified (diff)

Hmm, there is an example in the "plugins specified" part of test_Editor.html but it doesn't seem to be working. Plus which I agree that this should be the default behavior.

Note: See TracTickets for help on using tickets.