Hi,
we have encountered a styling issue that occurs only on Firefox (confirmed with 17 and 18).
When redrawing buttons with a border after the initial render, the buttons are rendered bigger than they were originally.
This is not the case with IE9.
Please find below a reprocase, which renders 4 buttons and a textfield (initially all of them equally sized 110x25 pixels).
When clicking on the textfield, the lower 2 buttons are removed, and new ones are added in the same place, with the same styling. However, they are bigger than the unchanged ones.
(See attached file: Reprocase.html)(See attached file: Reprocase.css)(See attached file: Reprocase.gwt.xml)(See attached file: StatefulButtonGroup.java)(See attached file: Reprocase.java)
Thanks for investigating this.
Note: This is with smartgwt 3.1 nightly from yesterday (thursday).
we have encountered a styling issue that occurs only on Firefox (confirmed with 17 and 18).
When redrawing buttons with a border after the initial render, the buttons are rendered bigger than they were originally.
This is not the case with IE9.
Please find below a reprocase, which renders 4 buttons and a textfield (initially all of them equally sized 110x25 pixels).
When clicking on the textfield, the lower 2 buttons are removed, and new ones are added in the same place, with the same styling. However, they are bigger than the unchanged ones.
(See attached file: Reprocase.html)(See attached file: Reprocase.css)(See attached file: Reprocase.gwt.xml)(See attached file: StatefulButtonGroup.java)(See attached file: Reprocase.java)
Thanks for investigating this.
Note: This is with smartgwt 3.1 nightly from yesterday (thursday).
Comment