#48 closed Bug (fixed)
Safari: bogus <br> remain in the code
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | Safari Compatibility |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Webkit uses its own bogus node tag: <br class="webkit-block-placeholder" />. Those tags remain on empty blocks.
By the way, Safari produces <div>, IE <p> and Firefox <br>... what a wonderful world!
Change History (3)
comment:1 Changed 18 years ago by
Milestone: | → Safari Compatibility |
---|
comment:2 Changed 18 years ago by
Priority: | Normal → Low |
---|
comment:3 Changed 18 years ago by
Priority: | Low → Normal |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Closing this, as our custom Enter Key Handles takes care of the problem (if it still exists).
It seams difficult to reproduce this problem after the Enter Key Handler has been introduced. So, let's hold on this one for a while.