Ticket #1061 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

IE Anchor Enter Clears Text

Reported by: guest Owned by: gocher
Priority: normal Milestone: 0.96
Component: Plugin_InsertAnchor Version:
Severity: normal Keywords:
Cc:

Description

When in IE 6 or 7 and using the insert anchor plug in if you hit enter, instead of clicking ok, to add the anchor the text is cleared and nothing is updated. The correct behavior occurs in Firefox and the update is made.

Change History

Changed 5 years ago by ray

  • milestone set to 0.96

Changed 5 years ago by guest

look at ticket #1152 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 5 years ago by ray

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

So I understand the text-clearing doesn't occur anymore? I'll close this then

Note: See TracTickets for help on using tickets.