Re: html5 - input (and other void elements)

2013-02-25 Thread rnicholus
https://issues.apache.org/jira/browse/TAP5-2071 -- View this message in context: http://tapestry.1045711.n5.nabble.com/html5-input-and-other-void-elements-tp5720222p5720223.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: and Bootstrap's collapse menu

2013-02-20 Thread rnicholus
Yep, this is probably the same problem I ran into a while ago. I build a jQuery plug-in to deal with these types of issues when Prototype and jQuery coexist. It's called "jquery-prototype-custom-event-bridge", and can be found at https://github.com/Widen/jquery-prototype-custom-event-bridge. Aft

Re: and Bootstrap's collapse menu

2013-02-20 Thread rnicholus
I ran into a similar problem when using Bootstrap in T5. I fixed it, but before I waste your time with a long explanation of the problem and the fix, can you answer the following? Is this reproducible in all browsers? Does this only happen when the menu is toggled via the "three lines" menu bar

Re: SinglePage app design thoughts

2013-02-18 Thread rnicholus
I, too recommend valums/file-uplodaer (as Bob said, now called Fine Uploader). In the interest of full disclosure, I should probably mention that I am the maintainer of Fine Uploader. Andrew Valums handed over the project to me (just before the name change) after he realized that he no longer had

Re: Tapestry Slider Component

2013-02-02 Thread rnicholus
It sounds like you are asking questions that don't really have anything to do with Tapestry. If you are having cross-browser issues with your custom-build Prototype slider, Tapestry can't help you with that. If you are having issues with jQuery mobile and Google maps, you are posting in the wrong

Re: Progress bar component in Tapestry5

2013-01-31 Thread rnicholus
A second option is to make use of Bootstrap's Progress Bar component, if you are already using Bootstrap, this should be simple to implement. http://twitter.github.com/bootstrap/components.html#progress -- View this message in context: http://tapestry.1045711.n5.nabble.com/Progress-bar-compone

Re: Auto Reload Page Template and Class on Intellij IDEA

2012-12-22 Thread rnicholus
http://lmgtfy.com/?q=compile+on+save+idea -- View this message in context: http://tapestry.1045711.n5.nabble.com/Auto-Reload-Page-Template-and-Class-on-Intellij-IDEA-tp5718940p5718942.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---