Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#20684 closed defect (bug) (fixed)

Inaccessible text in DFW

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by:
Milestone: 3.4 Priority: normal
Severity: normal Version: 3.4
Component: Editor Keywords: has-patch
Focuses: 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 years ago.

Download all attachments as: .zip

Change History (5)

#1 @azaozz
12 years ago

In [20804]:

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

#2 @azaozz
12 years 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.

#3 @SergeyBiryukov
12 years ago

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

#4 @SergeyBiryukov
12 years ago

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