How can I scroll past the last link in a HTMLComponent? I am using LWUIT 1.5. Moreover if the link spans over multiple lines, it stops on the first line, so the whole link is not visible.

HTML file for testing: http://bit.ly/uJ8RbN

UPDATE: The issue is here http://java.net/jira/browse/LWUIT-487.

Any workaround tips before the issue gets resolved?

link|improve this question

71% accept rate
feedback

1 Answer

Scrolling past the last link works properly in our test cases although its always possible there is a bug in the HTMLComponent implementation. If you found such a case please file an issue in the lwuit issue tracker in the LWUIT website and include the HTML that triggered the problem. The same probably applies to the long links issue.

link|improve this answer
Yes, in case there is more text bellow the last link, users are unable to scroll down. Also if the link wraps it just scrolls to the first line (of the last link). (For scrolling I am using standard arrow keys of the phone, it neither work in the standard emulator.) – TN. Nov 10 '11 at 22:57
You should disable the cyclic scrolling of the parent form. See the lwuit browser demo and see whether the issue reproduces there. – Shai Almog Nov 13 '11 at 10:23
Sorry, but the Browser demo is not using the HTMLComponent but the BrowserComponent, which uses native browser implementation. (I have the cyclic scrolling disabled.) – TN. Nov 13 '11 at 17:03
The browser demo in LWUITDemo has an option of using the native component which you can choose not to use. However, if you are using MIDP there is no native component option so it will always use the lightweight version. I was referring to the web browser demo which is not the LWUIT demo and never uses the native browser even when its available, it allows you to load arbitrary HTML pages and has a web browser UI with back/forward and an address bar. – Shai Almog Nov 13 '11 at 17:45
Thank you for the explanation. I see that it is using own extended version of HTMLComponent the ExtHTMLComponent. But still the Browser demo has the same problem. (I am trying it on ClamshellCldcPhone and DefaultCldcPhone emulators.) – TN. Nov 13 '11 at 19:56
show 6 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.