B2theRandino / iui

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

Multiple Toolbars (2nd, 3rd, 4th, etc.. don't have visible titles) #259

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a form
2. Submit the form to a separate page
3. Have both pages define a toolbar
4. Run it and you'll notice every time you submit you'll get another blue bar 
below the toolbar.

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

The expected result is only one toolbar.

What version of the product are you using? On what operating system?
0.3.1 but it looks like the "bug" is still in .40-dev2

Please provide any additional information below.
There is a simple fix . . . give your toolbar an ID and make sure every toolbar 
has the same ID this will take advantage of the code that iui already has in 
the function insertPages - which will replace any node which has the same id. 

If you cannot reproduce let me know and I'll post pictures of the sample sites 
included with iui-0.4.0-dev2 showing this error.

Original issue reported on code.google.com by radzikowski.jake@gmail.com on 23 Jun 2010 at 4:10

GoogleCodeExporter commented 8 years ago
iUI does not currently have a built-in/official mechanism for changing the 
toolbar.  This is a feature we would like to offer.

There is an extension in the sandbox that you might want to look at:
http://code.google.com/p/iui/source/browse/web-app/iui/ext-sandbox/TbBMod/Read%2
0Me.txt

Your proposed fix is creative, but requires the use of AJAX for all 
pages/fragments that should load a new toolbar.

Original comment by msgilli...@gmail.com on 29 Jun 2010 at 10:10

GoogleCodeExporter commented 8 years ago
I'm going to combine this issue with Issue #47 - they are essentially requests 
for the same feature.

Original comment by msgilli...@gmail.com on 29 Jun 2010 at 10:12