Ticket #2532028 (closed defect)
Reporter Luke Smith |
Opened: 03/28/12 Last modified: 04/17/12 Status: closed Type: defect Resolution: fixed |
Owner Derek Gathright |
Target Release: 3.5.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Buttons example selected button changes width in IE 7 | ||
| Description: | When the Button labeled "this unselected button" is toggled on, it gets narrower. The right and left padding is excessive under normal conditions, and when selected, it becomes less excessive. |
||
| Type: | defect | Observed in Version: | development master |
| Component: | Button | Severity: | S4 (low) |
| Assigned To: | Derek Gathright | Target Release: | 3.5.0 |
| Location: | Example | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | IE 7.x | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 03/28/12
|
|
Posted: 03/28/12
|
|
Posted: 03/31/12
|
|
Posted: 03/31/12
|
|
Posted: 04/17/12
Closing out bugs checked in to 3.5.0. |
The fix for #2532035 will improve the button padding for IE6/7 in cssbutton. Legacy IE uses a multiplier on the text width to determine the padding, so it can get ridiculously long if you have multi-word buttons.
Also, improved the example to give the buttons a fixed width
