08-12-2012 11:49 PM
Hi there,
Just wondering if anyone has seen an issue where on the "BB 9300" the WAP browser renders all links as underlined except the second one. The same page on other BB devices and browser renders fine. This issue seems to be happening on all other pages (always the second one thats not underlined).
The pages themselves are quite simple. Just a hyperlink:
<tbody> <tr> <td class="listCell"> <a accesskey="1" href="">ASDF1</a> </td> </tr> <tr> <td class="listCell"> <a accesskey="2" href="">ASDF2</a> </td> </tr> <tr> <td class="listCell"> <a accesskey="3" href="">ASDF3</a> </td> </tr> <tr> <td class="listCell"> <a accesskey="5" href="">ASDF4</a> </td> </tr>
Just a sample, I realise the code is not closed off...
Cheers,
08-14-2012 09:11 AM
I was not aware of this issue. Can you confirm that the problem exists even with a simple page having only hyperlinks? If so, I suspect this is a bug in the WAP browser app. Otherwise it could be a rendering issue.
<a href="">ASDF1</a> <a href="">ASDF2</a> <a href="">ASDF3</a> <a href="">ASDF4</a>
08-15-2012 04:31 PM