Bug ID 424368: parent.document.write(some_html_with_script) hangs up parent frame for IE browsers

Last Modified: Nov 07, 2022

Bug Tracker

Affected Product:  See more info
BIG-IP APM(all modules)

Known Affected Versions:
11.3.0, 11.4.0, 11.4.1, 11.5.0, 11.5.1, 11.5.1 HF1, 11.5.1 HF10, 11.5.1 HF11, 11.5.1 HF2, 11.5.1 HF3, 11.5.1 HF4, 11.5.1 HF5, 11.5.1 HF6, 11.5.1 HF7, 11.5.1 HF8, 11.5.1 HF9, 11.5.10, 11.5.2, 11.5.2 HF1, 11.5.3, 11.5.3 HF1, 11.5.3 HF2, 11.5.4, 11.5.4 HF1, 11.5.4 HF2

Fixed In:
11.6.0, 11.5.4 HF3

Opened: Jul 02, 2013
Severity: 3-Major

Symptoms

A statement such as: parent.document.write(some_html_with_script) hangs the parent frame for Internet Explorer browsers

Impact

Some web-applications are affected by this bug.

Conditions

Internet Explorer 10 through Internet Explorer 11

Workaround

None

Fix Information

Parent HTML page dynamic re-writing is supported in case of Internet Explorer 10-11: JavaScript statements like parent.document.write(some_html_with_script) are handled correctly.

Behavior Change