Hello,
A newcomer to GWT 2.1.1, I get extra lines above and below items
inside a MenuBar.
Turns out there is a text <input> between the <div> and the table with
the MenuItems:
<input type="text" tabindex="-1" style="opacity: 0; height: 1px;
width: 1px; z-index: -1; overflow-x: hidden; overflow-y: hidden;
position: absolute; ">
The <input> draws in a style definition that looks like it causes the
lines:
input:not([type]), input[type="text"], input[type="password"] {
padding: 1px 0px;
}
For the time being, I would like to find out why the <input> is there.
Could someone please point out a good place to look?
Ideas on how to get rid of the <input> are also welcome.
Sincerely,
Felix
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.