tong123123
unread,Jan 2, 2013, 12:34:32 AM1/2/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
I found that for gwt-textbox (without modify any of its css attribute), when render in IE9, the height is 22px but NOT including padding-top, padding-bottom, border-top-width, border-bottom-width, so in IE, the gwt-textbox is in fact 22+1+1+1+1 = 26px;
but in FF13, the height 22px is including padding and border, so in Firefox, the gwt-textbox height is really 22px.
why has these difference?