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

Key: SDK-15566
Type: Bug Bug
Status: Closed Closed
Resolution: Not a Bug
Priority: None None
Assignee: Ella Mitelman
Reporter: Tobias Kühn
Votes: 0
Watchers: 1
Operations

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

LinkBar Style "fontWeight=normal" has no effect

Created: 05/14/08 01:23 AM   Updated: 05/15/08 01:04 AM
Component/s: mx: LinkBar
Security Level: Public (All JIRA Users )

File Attachments: 1. Text File main.mxml (0.8 kb)
2. File main.swf (352 kb)


Severity: Non Functioning
Reproducibility: Every Time
Discoverability: Medium
Found in Version: RC6 - 194161
Affected OS(s): All OS Platforms - All
Steps to Reproduce:
Steps to reproduce:
1. Add LinkBar
2. Set Style "fonWeight" to normal
3. Build
 
 Actual Results:
 fontWeight ist bold
 
 Expected Results:
 fontWeight should be normal
 
 Workaround (if any):
 don't know
 
 
Language Found: English
Bugbase Id: none
Regression: Yes
QA Owner: Ella Mitelman
Resolved by: Peter deHaan
Participants: Ella Mitelman, Peter deHaan and Tobias Kühn
JDK: Sun 1.4.x


 All   Comments      Sort Order:
Peter deHaan - [05/14/08 04:03 PM ]
Tobias,

You need to set the linkButtonStyleName style in the LinkBar to override the font weight (see attached files). For more examples, see http://blog.flexexamples.com/2008/01/14/setting-a-labels-font-weight-on-a-flex-linkbar-and-togglebuttonbar-control/

Peter

Tobias Kühn - [05/15/08 01:04 AM ]
Thanks, this works.

I used FlexBuilder 2 before and have no Problem with the LinkBar Style "fontWeight".