Page MenuHomePhabricator

IE 7 & 8 - TOC does not update when cursor is moved within iframe
Closed, ResolvedPublic

Description

When using Internet Explorer 7 and 8, the TOC does not update itself when the cursor is moved within the iframe (wikitext editing area) to reflect the section the cursor is in.

This requires an implementation of wikiEditor's fn.beforeSelection for IE.


Version: unspecified
Severity: normal

Details

Reference
bz22235

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:53 PM
bzimport set Reference to bz22235.

(In reply to comment #0)

When using Internet Explorer 7 and 8, the TOC does not update itself when the
cursor is moved within the iframe (wikitext editing area) to reflect the
section the cursor is in.

This requires an implementation of wikiEditor's fn.beforeSelection for IE.

I implemented beforeSelection for IE in r61449 but it doesn't seem to be called. Presumably there's some event propagation issue going on here.

The beforeSelection and event propagation issues have been resolved, this has been working since about r61503.