waxmiguelito / iui

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

Search form redirect me outside iUI #182

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I have this code in the header of my iUI template:

    <div class="toolbar">   
        <h1 id="pageTitle">CableOrganizer</h1>
        <a id="backButton" class="button" href="#"></a>
        <a class="button" href="cart.htm">View cart</a>
    <br/><br/>
    <!-- Search form here -->
    <form id="searchForm" action="search.php">
        <input type="search" placeholder="Search..." />
    </form>
    </div>

I've tweaked a little the CSS to get the Searchbar just below the Toolbar
(so it is part of the "header", it'll always be on top).

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

The search form when completed redirect me to search.php, this is good, but
it is no more part of iUI, there is no more CSS, no more slide effect, no
more Toolbar. Whatever I can put in the search.php that don't change anything.

Do you have any ideas about that issue?

What version of the product are you using? On what operating system?
iUI 0.30 - iPhone simulator 3.1 on Mac OS Snow Leopard

Please provide any additional information below.

Thanks

Original issue reported on code.google.com by charles....@gmail.com on 28 Sep 2009 at 8:45

GoogleCodeExporter commented 9 years ago
See discussion on iPhoneWebDev:
http://groups.google.com/group/iphonewebdev/browse_thread/thread/c1dbee319a2138c
3

Original comment by msgilli...@gmail.com on 30 Sep 2009 at 7:44

GoogleCodeExporter commented 9 years ago
Charles, it's working for you now, right?

Original comment by msgilli...@gmail.com on 2 Oct 2009 at 1:33

GoogleCodeExporter commented 9 years ago
Almost, now I've manage to stay in the iUI layout thanks to your help, but now 
it's weird, after submitting the 
form (once the page have been loaded) I can't click on anything.

Original comment by charles....@gmail.com on 2 Oct 2009 at 1:40