oulan / iui

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

External Links not opening #158

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I am using MVC 1.0 and iui .13 on the iPhone version 3.0. I've also tried 
iui .20 but that has not helped. I have a normal link going to 
http://maps.google.com but when clicked the spinner spins but and then 
stops but the page doesn't go to the new one.

What is the expected output? What do you see instead?
It is expected to open up the external link. The page stays where it is 
and the spinner spins for a few seconds and then stops.

What version of the product are you using? On what operating system?
I've tried .13 and .20 with MVC 1.0 on the iPhone version 3

Please provide any additional information below.
I have taken out the links to the .js and .css files and it works as 
planned.

Any help on this?

Tim

Original issue reported on code.google.com by tim.cav...@gmail.com on 29 Jul 2009 at 5:23

GoogleCodeExporter commented 9 years ago
I've narrowed it down to the iui.js file that is included in the page.

If I take that out, the link works fine. Anyone know what in the iui.js file 
would 
break external links on the iPhone 3.0 using MVC?

Tim

Original comment by tim.cav...@gmail.com on 29 Jul 2009 at 5:29

GoogleCodeExporter commented 9 years ago
Can you provide us with a link? - i would debug it with firefox + firebug, so 
you see
whats going on in the js. Sounds like AJAX is bugging you...

Original comment by kaisergi...@googlemail.com on 31 Jul 2009 at 10:29

GoogleCodeExporter commented 9 years ago
I imagine it's because you don't have a target attribute set.  Try setitng the 
target attribute to either _self or _blank.

Original comment by plawre...@gmail.com on 1 Aug 2009 at 12:18

GoogleCodeExporter commented 9 years ago
Comment #3 is probably right.  I believe iUI is operating according to "spec".

Original comment by msgilli...@gmail.com on 10 Aug 2009 at 2:45