Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Obsolete
Assignee
Alexey Kudravtsev
Subsystem
Flex Support
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Alexander Podkhalyuzin
    2 years ago (28 Jun 2009 00:01)
  • Updated by   Kirill Safonov
    19 months ago (17 Jun 2010 20:47)
  • Jira: IDEA-23523
    (history, comments)
 
IDEA-23523 Backspace don't work in mxml file
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
In all caret places here backspace don't work:
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="init()">
    <mx:Script><![CDATA[import mx.controls.Alert; ]]></mx:Script>
    <mx:Button id="btn1" click="{
        Alert.show(<caret>"<caret>Something"<caret>)<caret>
    }"/>
    <mx:TextInput id="output"/>
</mx:Application>
Comments (2)
 
History
 
Linked Issues (?)
 
Taras Tielkes
  Taras Tielkes
15 May 2010 01:24
20 months ago
Works for me in recent builds.
Kirill Safonov
  Kirill Safonov
17 Jun 2010 20:47
19 months ago
We cannot reproduce it, please reopen the issue if you find it again.
Related Changes
Resolved Date
19 months ago (17 Jun 2010 20:47)
State
OpenObsolete
Assignee
Alexey Kudravtsev (cdr)Alexey Kudravtsev
Subsystem
<lost change>Flex Support