Opened 15 years ago
Closed 15 years ago
#5285 closed Bug (duplicate)
Cannot move cursor below page break
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Confirmed | Cc: |
Description
Confirmed in IE8, didn't check all other browsers.
- start with the following source:
<p> dddd </p> <div style="page-break-after: always"> <span style="display: none"> </span></div>
- switch to wysiwyg mode
- try moving the cursor below page break
- problem: there is no way to do it.
It is probably something similar to #4072
Duplicate of #5422.