[android-developers] Re: IMPROPER RENDERING OF A HTML OBJECT

2009-04-16 Thread Tom M.

Any workaround for this?

On Feb 20, 10:23 am, whitemice markbr...@zedray.co.uk wrote:
 Added as a bug report 
 here:http://code.google.com/p/android/issues/detail?id=2044can=1q=htmlc...
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: IMPROPER RENDERING OF A HTML OBJECT

2009-04-16 Thread Stefano Cannata
Actually not, sorry
bye

On Thu, Apr 16, 2009 at 4:09 PM, Tom M. thomasfmc...@gmail.com wrote:


 Any workaround for this?

 On Feb 20, 10:23 am, whitemice markbr...@zedray.co.uk wrote:
  Added as a bug report here:
 http://code.google.com/p/android/issues/detail?id=2044can=1q=htmlc...
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: IMPROPER RENDERING OF A HTML OBJECT

2009-02-20 Thread whitemice

I’ve just encountered the same problem.

Below is a code snippet which defines a DIV element, light blue in
colour and of limited height.  This height/overflow setting caused a
scrollbar to appear on all the desktop browsers tested.  In the
Android Browser, no scrollbar is shown and content after the 10th line
is cropped.

I am testing on a ADP 1.0 device.

I will now see if anyone has previously reported this as a bug.
Regards
Mark


!—SNIPPIT --
html
headtitleScroll Test/title/head
body
h3Scroll Test START/h3
div style=height: 180px; overflow:auto; background-color: #66;
1yyy1br
2yyy2br
3yyy3br
4yyy4br
5yyy5br
6yyy6br
7yyy7br
8yyy8br
9yyy9br
0br
1yyy1br
2yyy2br
3yyy3br
4yyy4br
5yyy5br
6yyy6br
7yyy7br
8yyy8br
9yyy9br
0br
1yyy1br
2yyy2br
3yyy3br
4yyy4br
5yyy5br
6yyy6br
7yyy7br
8yyy8br
9yyy9br
0br
/div
h3Scroll Test END/h3
/body
/html
!—SNIPPIT --


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: IMPROPER RENDERING OF A HTML OBJECT

2009-02-20 Thread whitemice

Added as a bug report here:
http://code.google.com/p/android/issues/detail?id=2044can=1q=htmlcolspec=ID%20Type%20Version%20Security%20Status%20Owner%20Summarystart=100


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: IMPROPER RENDERING OF A HTML OBJECT

2009-02-17 Thread Stefano Cannata
I forgot to say..I am using GWT 1.5.3.
thanks

On Tue, Feb 17, 2009 at 2:11 PM, Stefano cannata.stef...@gmail.com wrote:

 Hi,

 I would like to run a chat web application on my Android 1.0 emulator,
 which I have developed with the Google Web Toolkit.

 My problem is that a HTML object is noy rendered properly on the
 Android 1.0 emulator: in fact no scrolling bar appears when the text
 extension goes over the overflow limit.

 This is the object style, which I set in the .css file of my
 application:

 .gwt-HTML {
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: bold;
width: 220px;
height: 98px;
border: 1px solid black;
overflow: auto;
 }

 Can you say why?

 Thank you,
 Steve

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---