Changes between Initial Version and Version 1 of Ticket #5355
- Timestamp:
- May 15, 2010, 8:56:46 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5355
-
Property
Priority
changed from
LowtoNormal - Property Keywords HasPatch added
-
Property
Summary
changed from
Opening a dialog causes crashtoOpening a dialog causes silent exception -
Property
Milestone
changed from
toCKEditor 3.4
-
Property
Priority
changed from
-
Ticket #5355 – Description
initial v1 1 Opening a dialog (Image dialog for example) causes crashwhich is silently consumed by try - catch block but javascript debuggers like firebug still break on the error.1 Opening a dialog (Image dialog for example) causes exception which is silently consumed by try - catch block but javascript debuggers like firebug still break on the error. 2 2 3 3 this is caused by access to undefined index (-1) in "focusList" in plugins/dialog/plugin.js:286 and could be fixed by adding:
