Opened 13 years ago
Last modified 11 years ago
#9017 confirmed Bug
FF, Opera - Page down gets stuck
Reported by: | Lynne Kues | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Firefox Opera IBM | Cc: |
Description
In FF, go to CKEditor demo. Go to Source view. Ctrl-a, then paste the attached html into Source View. Go to non-source view. Press page down key. Keep pressing. About two-thirds of the way down, page down will get stuck.
Attachments (2)
Change History (6)
Changed 13 years ago by
Attachment: | sample-html.txt added |
---|
comment:1 Changed 13 years ago by
Keywords: | Firefox Opera added |
---|---|
Status: | new → confirmed |
Summary: | FF - Page down gets stuck → FF, Opera - Page down gets stuck |
Version: | 3.4.2 → 3.0 |
comment:2 Changed 13 years ago by
This seems to occur because the table cell where the page down gets stuck is larger than the editor height, and there is only one line of content in the cell. If you enter a few more lines of content in the cell, Page down begins to work again.
I have reproduced the issue with smaller sample data included in pageDown.txt (attached). Page Up actually also gets stuck in this testcase for the same reason.
Changed 13 years ago by
Attachment: | pageDown.txt added |
---|
comment:3 Changed 13 years ago by
Actually this is reproducible outside of CKEditor. It looks like a FF bug. I have logged a defect for this at: https://bugzilla.mozilla.org/show_bug.cgi?id=762060
It has been reproducible in Firefox and opera from CKEditor 3.0.
Paging stops at second row of second table (the one that contains "NI_IPS_Mig" in its first column). This is the first row for which second column has more than two "p span u" in second column. The same thing happens for last row which has more than two "p span u" as well.