Opened 14 years ago
Last modified 9 years ago
#6187 closed defect
Editor on IE: newlines are too big — at Version 5
Reported by: | Douglas Hays | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Editor | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
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 (5)
comment:1 Changed 14 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:2 Changed 14 years ago by
See EnterKeyHandling plugin for possible fix for this (maybe it's not even a bug?). Also can be fixed by style sheet setting.
comment:3 Changed 14 years ago by
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.
comment:5 Changed 14 years ago by
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.
Think this one can wait 'till 1.2. Not a new problem.