Issue Details (XML | Word | Printable)

Key: FDT-934
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Philipp Arnolds
Reporter: Nico Zimmermann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FDT

Nodenames and attributes in MXML should be selected for search and occurence marking if the cursor is right to the identifier

Created: 20/May/10 10:08 PM   Updated: 08/Jul/10 10:02 AM
Return to search
Component/s: Editor
Affects Version/s: 4.0 Milestone 3
Fix Version/s: 4.0 Milestone 3
Security Level: public

Time Tracking:
Not Specified


 Description  « Hide
Current:

"paddingLeft" is selected for search, if cursor is left to the word - but not right to the word (* is cursor position)

paddingLeft is selected

<s:VerticalLayout *paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>

paddingLeft is not selected

<s:VerticalLayout paddingLeft*="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>

Expected:
In both cases "paddingLeft" should be selected for search or occurence marking

Except for nodenames and attributes in MXML FDT behaves correctly in AS3 code (even embedded in MXML).



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.