Firefox (Mac) bug
On Firefox (Mac), many of the labels in Timeline widgets are wrapped. None of the labels are wrapped on Firefox (Windows), Safari (Mac or Windows), IE 7 or Chrome (Windows)
The specific bug: (only occurs with Firefox / Mac)
- Use font Helvetica with size 8pt
- fill a div with text. The div has style position = absolute.
- let w = the div's offsetWidth value
- In a second div, set its width to w
- Fill the second div with the exact same text
- Problem: On Firefox / Mac, the second div is not wide enough and it wraps the text
Test case: neither line below should be wrapped. But the second one is on Firefox/Mac. The test is fine on other browsers..
This is a test
See the source of this page for more info. It is short and sweet.