Ticket #200 (closed defect: fixed)
New line doesn't always work in Safari
Reported by: | jan | Owned by: | jf.hovinne |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | editor | Version: | trunk |
Keywords: | Cc: |
Description
When inserting a new line using ctrl-enter in Safari 4.0.4 on Mac OS X it will always be correctly displayed in WYMeditor. But the new line won't always be saved. This happens when inserting a new line after bold text.
Some examples to illustrate the issue:
first line
second line
=> will be saved correctly
first line
second line
=> will result in the following:
first linesecond line
first line
second line
=> will be saved correctly
Change History
comment:2 Changed 2 years ago by jan
I couldn't reproduce the issue in other webkit browsers, it works in Chrome and Arora on Ubuntu 9.10.
comment:3 Changed 2 years ago by jan
Although I have to add that these two browsers insert two new lines when pressing shift-return.
comment:5 Changed 22 months ago by mr_lundis
- Status changed from new to closed
- Resolution set to fixed
The double newline bug is fixed in r667. As far as I know ctrl-enter should also be fixed, at least parndt could not reproduce it. I haven't verified that though, as I do not own nor have access to any Macintosh computer. I trust parndt though, so I'm closing this for now.
Is this issue specific for Safari 4 or does it occur in other (webkit-based) browsers as well?