Tom Paton
Tom Paton
Thanks for the extra details @mahmoud. I agree, you don't want multiple completions, that doesn't really make sense. Nesting using a single-line action produces clean enough code that I'd be...
Yes, that's pretty good, thanks. Real-world example code is always helpful. Agreed re `verbose`, maybe there's a way to filter that out of `SensibleFormatter`/`SensibleMessageFormatter`? It seems to me there's room...
I've converted the above into a (failing) test in PR #35, but haven't managed to fix it. It seemed from my experimentation that the assert in representer.py:957 is the problem,...
Interesting idea Matthew, but I think that's not going to work in a jQuery-UI dialog is it? It's more likely that the dropdown element (.chzn-drop) needs to be pulled out...
That won't work, as the dialogs are set to overflow:auto so they can have scrollbars if necessary. On Fri, Jul 29, 2011 at 11:47 PM, ethaniel [email protected] wrote: > Doesn't...
Ok, here are a bunch of screenshots which hopefully clarify the issue. http://i.imgur.com/9ZY9O.png http://i.imgur.com/c2PLo.png http://i.imgur.com/1oqZ7.png http://i.imgur.com/ZBrQj.png Screenshots 1 & 2 show how it behaves, there isn't enough space for the...
@veloper: I gave that a go (as best I could) and it didn't seem to help. I can't see how it would work either, as the `div.chzn-drop` is still contained...
Unfortunately using `overflow:visible` isn't an option, the dialog needs to be scrollable if necessary.
That's the stuff, good thinking @levushka. Resolved now in my branch: https://github.com/tompaton/chosen/commit/fda07051161f3fffe6049362b6c9b66ffbe857d1
Ok, it's a little more complicated than that. The above fix didn't work if the page was scrolled. I've updated my repo with a changeset that sort of fixes it,...