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

Key: SDK-13453
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: C C
Assignee: Joan Lafferty
Reporter: David Gofman
Votes: 0
Watchers: 1
Operations

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

Inconsistency rendering DataGrid header renderer between Flex 2.01 and 3.0

Created: 11/09/07 02:34 PM   Updated: 11/19/07 05:32 AM
Component/s: Cell Renderers
Security Level: Public (All JIRA Users )

File Attachments: 1. File ImageHeaderRenderer.mxml (2 kb)
2. XML File ImageHeaderRenderer.mxml (1 kb)
3. File test1.mxml (2 kb)
4. File test1.swf (264 kb)
5. File test1_201.swf (225 kb)

Image Attachments:

1. fun.jpg
(1 kb)

Severity: Incorrectly Functioning
Reproducibility: Every Time
Discoverability: Medium
Found in Version: SDK Moxie M3 (Beta 2) - 187237
Milestone:
Affected OS(s): Windows - Vista
Steps to Reproduce:
Steps to reproduce:
1. Download example : http://livedocs.adobe.com/flex/2/langref/mx/controls/DataGrid.html
2. Download attached ImageHeaderRenderer.mxml file
3. Modify DataGridColumn (s)

<mx:DataGridColumn dataField="name" headerText="Name" headerRenderer="ToolTipHeaderRenderer"/>
 <mx:DataGridColumn dataField="phone" headerText="Phone" headerRenderer="ToolTipHeaderRenderer"/>
 <mx:DataGridColumn dataField="email" headerText="Email" headerRenderer="ToolTipHeaderRenderer"/>
 
 Actual Results:
 
On mouse over header and image hidden???
 
 Expected Results:
 
On mouse over lmage will appear and label moved right, on mouse out image hiding and label moved left (original possition)
 
 Workaround (if any):
 
comment line "over_icon.width = 8;", but at this time on mouse out label will have 10 px left padding (always)
 
Language Found: English
Bugbase Id: none
Triaged: Yes
Regression: Yes
QA Owner: Joan Lafferty
Resolved by: Alex Harui
Confirmed Version: None - Next Build
Participants: Alex Harui, David Gofman, Joan Lafferty and Lauren Park

Sub-Tasks  All   Open   
 Sub-Task Progress: 

 All   Comments      Sort Order:
David Gofman - [11/09/07 02:34 PM ]
Working for Flex 2.01

Joan Lafferty - [11/13/07 06:21 AM ]
confirmed that this seems to work in Flex 2.0.1 and not in Flex 3. I searched through our backwards compatibility document to see if any of the changes listed there relate to this problem, but, I didn't see anything. This is a regression. I am also uploading the Flex 2.0.1 swf so you can see how it used to work.

We should fix this or provide a workaround.

Lauren Park - [11/14/07 02:59 PM ]
Opened.

Alex Harui - [11/16/07 02:40 PM ]
Change 188099 submitted

Alex Harui - [11/16/07 02:40 PM ]
Change 188099 submitted

Joan Lafferty - [11/19/07 05:32 AM ]
confirmed fixed in build 188187. Closing bug.