Sorry to bomb the thread. I just downloaded midori and tested, The same problem existed so must be a webkit/GTK+ issue. Anyone here have any idea where in webkit this bug would be so I can ask over there?
Sorry to have reported this to the wrong place, should have tested midori first. Thanks, -joshua On Tue, Jun 28, 2011 at 2:50 PM, Joshua Shoemaker <[email protected]>wrote: > Err. add a colon after height (just a typo, issue still present with the > colon). > > -joshua > > > On Tue, Jun 28, 2011 at 2:48 PM, Joshua Shoemaker <[email protected]>wrote: > >> Hello, >> >> Just playing around with surf. So far I like it and think it will work. >> However, I noticed when I try to resize the height of a input button it >> doesn't display correctly. Tested it on two different systems/OSs with same >> result. Not sure if this is a webkit/GTK bug or something that can be fixed >> inside surf. Load the html below to test this bug yourselves. >> >> Thanks, >> -joshua >> >> <html> >> <head> >> <title>test</title> >> <style> >> .myClass { >> width: 100px; >> height 100px; >> } >> </style> >> </head> >> <body> >> <input type="button" name="myButton" class="myClass" value="test"> >> </body> >> </html> > > >
