oulan / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

links do not load XHTML pages #234

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create link to XHTML page.
2. Click link.

What is the expected output? What do you see instead?
Page loads. Note: Tutorial indicates that links should be striped of head,
body, html tags. I realize this, but it is also impractical for an existing
website. See additional information below.

What version of the product are you using? On what operating system?
iUI 0.31; iPhone 3.1.3

Please provide any additional information below.
Added the following to link 128:

if(child.id == "content") child.setAttribute("selected", "true");

This loads only the "content" of the XHTML page, without the forbidden tags
indicated above.

Original issue reported on code.google.com by chris.h...@gmail.com on 23 Mar 2010 at 4:48

GoogleCodeExporter commented 9 years ago
After examining the code, there are better ways to handle this situation so 
please
remove. Thanks!

Original comment by chris.h...@gmail.com on 23 Mar 2010 at 7:50

GoogleCodeExporter commented 9 years ago

Original comment by msgilli...@gmail.com on 24 Mar 2010 at 5:32