Project

General

Profile

Actions

Bug #25587

closed

Intellisense is still not working in IE

Added by Administrator Admin over 13 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
t3editor
Target version:
Start date:
2010-08-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Autocompletion in t3editor is working fine in FF3 but does not work in IE (tested in IE8 only).

Syntax highlighting works well.
(issue imported from #M15331)

Actions #1

Updated by Administrator Admin over 13 years ago

Also doesn't work in IE7

Actions #2

Updated by Freddy Kühne about 13 years ago

still not working in typo3 4.5.2

Actions #3

Updated by Guido Fögler about 13 years ago

I think you know the archtecture better, but anyway, here is a short debugging scenario T3 4.5.2 with IE8:

[1] BREAK AT: t3editor.js,130: [required to catch „keyup“]
CODE IS: $(that.outerdiv).fire('t3editor:keyup', {t3editor: that, actualEvent: event});
at this point: event.type is "keyup". [OK]

[2] PROCEED, STEP INSIDE, UNTIL: prototype.js,4054:
at this point:
memo is valid(?), and
memo.actualEvent.keyCode is valid (none-zero) (type is "keyup"). [OK]

[3] PROCEED, UNTIL: prototype.js,4073:
CODE IS: element.fireEvent(event.eventType, event);
at this point:
event is initialized (correct?),
event.eventType is "ondataavailable",
event.memo and event.memo.actualEvent is valid,
event.memo.actualEvent.keyCode is valid (none-zero) (type is "keyup"). [OK]

[4] PROCEED, STEP INSIDE: prototype.js,3961:
at this point:
event and event.memo.actualEvent are invalid (!?),
event.eventType is "ondataavailable", and
event.memo.actualEvent.type is "dataavailable",
event.memo.actualEvent.keyCode is 0. [WRONG?]

More steps are involved, not shown here, but with [4]:
„event.memo.actualEvent“ seems to be intentionally consumed or mistakenly overwritten during event propagation. The dot „.“ (keyCode 190) is displayed, but gone lost, so no code completion takes place.
What's going on?

Actions #4

Updated by Michael Stucki over 10 years ago

  • Project changed from 75 to TYPO3 Core
  • Target version deleted (0)
Actions #5

Updated by Michael Stucki over 10 years ago

  • Category set to t3editor
Actions #6

Updated by Mathias Schreiber about 9 years ago

  • Description updated (diff)
  • Target version set to 7.5
  • TYPO3 Version set to 4.5
  • Is Regression set to No
Actions #7

Updated by Susanne Moog over 8 years ago

It's not working on current master either (in IE11) just getting a white page with a cursor and typing stuff works but is not visible (text color white on white background).

Actions #8

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #9

Updated by Mathias Schreiber over 8 years ago

  • Status changed from New to Resolved

works on IE11

Actions #10

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF