When creating a new level or item in the build from May18th there is no submit button in the dialog box. Just a cancel button
| Comment | File | Size | Author |
|---|---|---|---|
| createitem.jpg | 10.85 KB | 32940stf |
When creating a new level or item in the build from May18th there is no submit button in the dialog box. Just a cancel button
| Comment | File | Size | Author |
|---|---|---|---|
| createitem.jpg | 10.85 KB | 32940stf |
Comments
Comment #1
wim leersI have absolutely no idea how that can happen. The code for the Cancel and Create buttons are in the same if-test. I'm 100% sure that's an error on your side or a problematic module. The only thing that *could* be possible is that there's a bug in the JS, but only when executed in IE. Please try to confirm this using Firefox or Safari.
Else, please try to reproduce this on a clean Drupal installation.
Comment #2
32940stf commentedSo, I have tested in FF and seems to work fine so it is my IE6 version.
Comment #3
wim leersIt also works just fine here in IE, so there must be something special going on.
P.S.: perhaps the removal of jQuery Interface also fixes this?
Comment #4
32940stf commentedYep, it seems all good now that I removed the jQuery Interface.
Comment #5
wim leersPerhaps a similar kind of solution as in the other issue is possible, but it's better to not use jQuery Interface when not strictly necessary. It's bulky and buggy, so less code == less errors.
Closing this issue.
Comment #6
wim leersSomebody else reported the same problem over at: http://drupal.org/node/260114#comment-849117. So I'll try to find a work-around.
Comment #7
wim leersThe cause seems to be related to the
clear: left;in the selector.hierarchical-select-wrapper .hierarchical-select .create-new-item-create. I can remove that line, but then the width of the "create item section" (actually, the.create-new-itemdiv) can no longer be easily increased. That's more acceptable than the current situation though, so I'll go for that.Comment #8
wim leersI only commented out that line and referred to this issue, to re-enable that line when we move to jQuery Enchant.
Comment #9
summit commentedHi Wim,
I confirm that the code is working now to add new items, with jquery_update installed.
Thanks for the solution.
greetings,
Martijn
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #11
wim leersSince I now rely on jQuery UI effects (http://drupal.org/node/203055), I was able to do what I mentioned in #7.