oulan / iui

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

Using right button to link back to home page #222

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Example at http://iphoneartist.vacau.com/
2. Enter a name and submit
3. When results appear click on Home button in top right toolbar

What is the expected output? 
Expected to return to original search form

What do you see instead?
It does return to correct location but it seems to load an extra toolbar 
displayed strangely and has a back button displayed as well (follow 
example and you will see what i mean) 

What version of the product are you using? On what operating system?
iui 0.31 OSX & iPhone OS 3+

Please provide any additional information below.

May just be me lacking some technical know how, i couldn't seem to find 
anything else in the issues section which could help me with this, apologies if 
there is. 

Code im using:

<div class="toolbar">
        <h1 id="pageTitle">Artist Search</h1>
        <a id="backButton" class="button" href="#"></a>
        <a class="button" href="#">Home</a>
    </div>

Im assuming that the problem lies with the href="#" but i cant work out 
what it should be.

Thanks

Chris

Original issue reported on code.google.com by chris.a....@gmail.com on 11 Feb 2010 at 12:36

GoogleCodeExporter commented 9 years ago
Ok sorry someone just happened to post a solution to this issue while i was 
sorting out 
a place to upload an example to.

Thanks anyway, this issue post can be deleted.

Solution found here http://code.google.com/p/iui/issues/detail?id=221&start=100

Original comment by chris.a....@gmail.com on 11 Feb 2010 at 12:42