Opened 14 years ago
Closed 10 years ago
#7956 closed Bug (duplicate)
[[IE & Opera]] issues with PageUp & PageDown when Auto grow plugin(with it's default configuration) is loaded
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4 |
Keywords: | IBM | Cc: | Damian, James Cunningham, Teresa Monahan |
Description
To reproduce the defect:
- UseAutoGrow(with it's default configuration) sample and enter content that spans multiple pages.
- Press PageUp button.
Expected Result: Cursor in editor body moves one page up.
Actual Result: Cursor goes to start of page content.
- Press PageDown button.
Expected Result: Cursor in editor body moves one page down.
Actual Result: Cursor goes to end of page content.
Tested against IE6, IE7, IE8, IE9 & Opera 11.11
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.4 |
comment:2 Changed 14 years ago by
we will get the same error even when we set maxHeight to large vale(for ex: 5000px) and when there are no scroll bars for the entered content
comment:3 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
IE6-7 and Opera 11 are no longer supported what makes this ticket a duplicate of #8382.
At first I wanted to merge this one with #7955 as it touches the autogrow and pageUp problem. On second though these tickets concern different browser behavior so maybe it is best to treat them separately.
Below is the comment from #7955:
IE8, IE9 and Opera - with autoGrow_maxHeight set, there are no "pages", pressing page up moves cursor to the beginning of the text (no big deal). With default configuration pressing page-up moves the cursor to the beginning of the text but the browser doesn't scroll (Something like the first part of my comment in ticket #7946).
IE7 - with autoGrow_maxHeight set, only the browser is scrolled. Default configuration works here.
IE6 - with autoGrow_maxHeight set, scrolling works fine. With default configuration pressing page-up moves the cursor to the beginning of the text but the browser doesn't scroll just like IE9, IE8 and Opera.