Opened 12 months ago
Closed 12 months ago
#20684 closed defect (bug) (fixed)
Inaccessible text in DFW
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Editor | Version: | 3.4 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
- Open DFW (Visual) in Firefox 12.
- Enter something in the first line.
- Press Enter several times (7 or more).
- The first line is now hidden.
- Ctrl + Home doesn't help, the line is still inaccessible.
Introduced in [20723].
Attachments (1)
Change History (5)
SergeyBiryukov — 12 months ago
Seems that in FF documentd.documentElement.offsetHeight is the same as document.body.scrollHeight which is also used for IE and Opera. Still needs window.scrollTo(0, 0) to counter some other edge cases like holding down the Return key.
comment:3
SergeyBiryukov — 12 months ago
Tested in Firefox 12, Chrome 19, IE 8, Opera 11.62, Safari 5.1.5. Works fine now.
comment:4
SergeyBiryukov — 12 months ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

In [20804]: