Re: [fw-general] zend dojo text area- how that work?

2008-12-04 Thread Daniel Latter
I don't have a problem with not being able to press the enter key*, but I too am able to type forever, but only if it's one continuous word ( ie no spaces ), the width setting just gets ignored , and this is even with a HTML docment consisting of ONLY a dojo textarea, Mat, perhaps you can post

Re: [fw-general] zend dojo text area- how that work?

2008-12-03 Thread gerardroche
This isn't just limited to the dd tag, lists cause the same problem. This is one annoying bug. Themodem wrote: The would depend on the problem. If its a ZF Problem then i would expect so. Id its a Dojo problem then we will have to wait for the next release of ZF and hope the updated

Re: [fw-general] zend dojo text area- how that work?

2008-12-03 Thread Matthew Weier O'Phinney
-- gerardroche [EMAIL PROTECTED] wrote (on Wednesday, 03 December 2008, 02:13 PM -0800): This isn't just limited to the dd tag, lists cause the same problem. This is one annoying bug. Honestly, I'm running latest dojo under FF 3, using Zend_Dojo_Form with the default decorators, and not

Re: [fw-general] zend dojo text area- how that work?

2008-11-19 Thread Germinal
Try: $textarea_element-addDecorator('HtmlTag', array('tag' = 'div')); This place a div tag instead a dd tag. Works. vladimirn wrote: I need just a simple text area where you can type : First row in text area (i would like to press Enter here and to type in next row) Next row

Re: [fw-general] zend dojo text area- how that work?

2008-10-12 Thread Tobias Schifftner
Hi, I'm having the same trouble. But you can use SHIFT + ENTER to get into a new row. -- View this message in context: http://www.nabble.com/zend-dojo-text-area--how-that-work--tp19498776p19941582.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] zend dojo text area- how that work?

2008-09-17 Thread vladimirn
Thanks Themodem. Does anyone knows if Zend FW team will make some solution for this? Themodem wrote: Howdy, it appears to be a bug with Firefox 3 and the dd tag http://dojotoolkit.org/forum/dijit-dijit-0-9/dijit-support/dijit-form-textarea-firefox3-enter-key-does-not-work

Re: [fw-general] zend dojo text area- how that work?

2008-09-17 Thread Themodem
The would depend on the problem. If its a ZF Problem then i would expect so. Id its a Dojo problem then we will have to wait for the next release of ZF and hope the updated dojo that is released with it will be fixed. If its a problem with Firefox then we will have to wait for a firefox update

Re: [fw-general] zend dojo text area- how that work?

2008-09-16 Thread Themodem
Howdy, it appears to be a bug with Firefox 3 and the dd tag http://dojotoolkit.org/forum/dijit-dijit-0-9/dijit-support/dijit-form-textarea-firefox3-enter-key-does-not-work http://dojotoolkit.org/forum/dijit-dijit-0-9/dijit-support/dijit-form-textarea-firefox3-enter-key-does-not-work