Closed
Bug 529321
Opened 15 years ago
Closed 7 months ago
Back-Forward Cache cause uneditable Iframe
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: yaojun85, Unassigned)
Details
Attachments
(1 file)
474 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.25 Safari/532.0
Build Identifier: Mozilla/5.0
When page is loaded from back-forward cache, an iframe originally with designed mode turned on become no more editable.
Reproducible: Always
Steps to Reproduce:
1.Create an iframe in the top window with design mode turned on;
2.Navigate the current window to another page;
3.Press 'Back' button to go back to the original page;
4.Click inside the editable frame.
Actual Results:
Cursor is not blinking inside iframe.
Expected Results:
The whole editing function should remain unchanged.
Updated•2 years ago
|
Severity: normal → S3
Updated•7 months ago
|
Severity: S3 → --
Component: General → DOM: Navigation
Comment 1•7 months ago
|
||
Comment 2•7 months ago
|
||
I can't reproduce this issue with the attached test case. Feel free to reopen if this is not correct.
Status: UNCONFIRMED → RESOLVED
Closed: 7 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•