- This topic has 10 replies, 4 voices, and was last updated 8 years, 3 months ago by
Steve.
-
AuthorPosts
-
-
October 19, 2013 at 2:22 pm #1167
NabilMemberHello,
I noticed that add_more is not working in settings pages, including the ones on fields of the demo addon.
The plus/minus buttons work, but the field doesn’t interact on mouse click (like if it was an image). The only way to place a cursor on the fields with add_more=true is to reach them with that tab key…
I believe it has something to do with jQuery.
Thanks,
Nabil -
October 20, 2013 at 8:56 pm #1168
NabilMemberOh, I’m using version 0.8.0b6
I found that by setting
sortabletofalseinwp-content/plugins/picklist/parts/js/piklist.js:277, I can access the field with a mouse click, although the description is now beside the first field and not below the fields.
-
October 20, 2013 at 11:39 pm #1169
kenBlockedI also have the same situation, so I go back to version 0.7.2
-
October 21, 2013 at 11:43 am #1170
SteveKeymasterIt looks like it’s only Firefox. What browser are you using?
-
October 21, 2013 at 12:46 pm #1172
NabilMemberNow that you mention it, yes, I’m using Firefox.
I checked and it works on Google Chrome and Chromium but it doesn’t work on Firefox & Opera, I don’t know for IE, the project is on a local Linux machine.
-
October 21, 2013 at 1:26 pm #1173
MarcusMemberI can confirm this also, its a firefox bug. Has been around for a while.
Marcus
-
October 21, 2013 at 1:48 pm #1174
MarcusMemberIf you want a solution (at least semi-permanent) that will make it work in firefox and keep it working in chrome, open up the /piklist/parts/js/piklist.js file.
And edit lines 378 and 379 FROM:}), .disableSelection();TO:
}); // .disableSelection();this will allow it to work in firefox and also in the the rest of them.
Haven’t researched why disableSelection is doing that in firefox, but if I get some time later, I’ll check it out.
Marcus
-
October 21, 2013 at 2:29 pm #1175
SteveKeymasterMarcus, once again you solved a bug!
Apparently, disableSelection has been depreciated because it causes problems.
Great find. Updated in next release.
-
October 21, 2013 at 2:55 pm #1176
MarcusMemberThanks Steve.
Can’t wait to use piklist even more. Wish it made coffee.
Marcus
-
October 21, 2013 at 3:42 pm #1178
NabilMemberWorks great, Thanks.
-
October 22, 2013 at 4:58 pm #1185
SteveKeymaster@marcus– household appliance replacement is on the roadmap. 😉
@nabil_kadimi– Nice! This will be fixed in the next version.
-
-
AuthorPosts
- You must be logged in to reply to this topic.