#20684 closed defect (bug) (fixed)

Inaccessible text in DFW

Reported by: SergeyBiryukov Owned by:
Priority: normal Milestone: 3.4
Component: Editor Version: 3.4
Severity: normal Keywords: has-patch
Cc:

Description

  1. Open DFW (Visual) in Firefox 12.
  2. Enter something in the first line.
  3. Press Enter several times (7 or more).
  4. The first line is now hidden.
  5. Ctrl + Home doesn't help, the line is still inaccessible.

Introduced in [20723].

Attachments (1)

20684.patch (613 bytes) - added by SergeyBiryukov 12 months ago.

Download all attachments as: .zip

Change History (5)

In [20804]:

DFW: another attempt to get auto-resize working right, see #20608, see #20684

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.

Tested in Firefox 12, Chrome 19, IE 8, Opera 11.62, Safari 5.1.5. Works fine now.

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.