PDA

View Full Version : Inline editable grid example don't shows validation messages



karantir
31 Jul 2007, 4:05 AM
I've found strange bug. Inline editing example has built in fields validation and if the field data is invalid quick tip should popup. In online documentation example it really is. But in the ext package that I've just downloaded (especially to be up to date) invalid field maks by the curvy red line but no quick tips appears. I've found that in downloaded edit-grid.js Ext.QuickTips.init(); is absent, but even when I've added this line nothing changes.

mystix
31 Jul 2007, 4:09 AM
8887

karantir
31 Jul 2007, 4:25 AM
Sorry...

Ext version: 1.0.1a (last stable for today)
Adapter: ext-base.js (also i've tried to use yui and prototype going in this package and with the same result)
Platform: linux
Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0 (but online example works fine in the same browser)
Code snippet you can find in grid examples (inline editing).
Firebug is not rising any errors.

tryanDLS
31 Jul 2007, 8:13 AM
You sure about your versioning? Ext-base was not released until 1.1. I suggest you upgrade to 1.1RC1 and retry this - it's got enough bug fixes to warrant upgrading.

karantir
31 Jul 2007, 11:30 PM
Yes, you were right. It seems this bug has been fixed in ext1.1. Thanks!