History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: FP-61
Type: Bug Bug
Status: In Progress In Progress
Priority: None None
Assignee: Trevor McCauley
Reporter: iiley Chen
Votes: 10
Watchers: 3
Operations

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

Sprite mask property works buggy with filters

Created: 04/09/08 09:26 PM   Updated: 07/07/08 09:28 AM
Component/s: Rendering Filters/Blends
Security Level: Public (All JIRA Users )

File Attachments: 1. File MaskTest.as (1 kb)
2. File MaskTest.swf (1.0 kb)


Severity: Incorrectly Functioning
Reproducibility: Every Time
Discoverability: High
Found in Version: Flash Player 9 - 9_0_115_0
Milestone: Flash Player 9
Affected OS(s): Windows - XP
Steps to Reproduce:
Steps to reproduce:
1. Create a Sprite instance--A, add a shape--B into that Sprite and be its mask, draw a shape in A to make it clickable.
2. Add a mouse click listener to A, set filters to A. Run the compiled swf.
3. Click on A.
(You can find a online example with source code at my blog post : http://www.rgenerat.org/iileyblog/?p=64)
 
 Actual Results:
 No click event fired.
 
 Expected Results:
 When clicked on A, is should fires click events.
 
 Workaround (if any):
Flex 3.0 compiler, Windows XP, IE6 and Firefox 2.0, All Flash Player 9.0.28 - Flash Player 9.0.115 have this issue.
 
 
Language Found: English
Bugbase Id: none
Triaged: No
Participants: iiley Chen, Norman Stratton and Trevor McCauley
Browser: Internet Explorer 6.x


 All   Comments      Sort Order:
Norman Stratton - [07/07/08 09:28 AM ]
If the Sprite happens to also be a Text object, the filter will block the mouse cursor from changing to the I-Beam cursor and the text is effectively no longer editable. The result is that you are not able to set selection with the mouse on a textField with a mask and a filter applied.