Ticket #1152 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months ago

Plugins using surroundHTML no longer work in IE7

Reported by: mharrisonline Owned by: gogo
Priority: normal Milestone: 0.96
Component: Xinha Core Version: trunk
Severity: normal Keywords:
Cc:

Description

This affects the EditTag and LangMarks plugins. Everything still works fine in Firefox, just as this used to work in IE7.

Change History

Changed 10 months ago by guest

modules InternetExplorer??.js:

Xinha.prototype.getSelectedHTML = function()

replace

if (this.selectionEmpty) return '';

with

if (this.selectionEmpty(sel)) return '';

ps: I'm Gocher my login doesn't work

Changed 9 months ago by mharrisonline

I tested this with the EditTag plugin using IE 7 and could no longer reproduce the problem. Thank you, Gocher.

Changed 9 months ago by mharrisonline

  • status changed from new to closed
  • resolution set to fixed

Checked in as revision 976.

Note: See TracTickets for help on using tickets.