pkdevbox / iui

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

<a href=""></a> tag has it's closing tag removed and href has space added #343

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. check out the pause button here: 
http://dl.dropbox.com/u/69188103/iui-0.40-beta2/LATESTiui-0.40-beta2/web-app/sam
ples/minimal/minimal6.html#_NEW GAME
2.  Underlying html code DOES have the closing </a> tag
3.  See working version here created by wrapping an extra a tag around the 
image 
http://dl.dropbox.com/u/13196858/iui-0.40-beta2/web-app/samples/minimal/minimal6
.html#_NEW GAME

What is the expected output? What do you see instead?

The expected output is the normal un-interfered with a-tag, but something is 
messing with it, presumably the iui.js?

What version of the product are you using? On what operating system?

0.4.0 beta on OSX 10.6.8 - hosted via dropbox

Please provide any additional information below.

updated version of file with nested a tag fix attached

Original issue reported on code.google.com by tans...@gmail.com on 9 May 2012 at 10:25

Attachments:

GoogleCodeExporter commented 8 years ago
This is not an iUI bug.

Check the validity of your XHTML.  You are missing an ending  double-quote " on 
an attribute and anchors like "#NEW GAME" are not allowed to have spaces in 
them.

If you need help getting started try asking for help on the iPhoneWebDev Google 
Group.

Original comment by msgilli...@gmail.com on 10 May 2012 at 6:09

GoogleCodeExporter commented 8 years ago
apologies - had a couple of relatively experienced HTML coders looking at this 
for a few hours - didn't notice that missing quote  - code blindness - thanks 
for that

Original comment by tans...@gmail.com on 11 May 2012 at 1:29