On Sep 19, 2011, at 12:38 PM, Ignacio Huerta wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > I'm having problems with in-place editors for text fields in Hobo 1.3 RC2. > > I made a very simple app to try to isolate it: app/models/event.rb > fields do > name :string > notes :text > location :string > timestamps > end > > app/views/events/show.dryml: > <show-page> > <field-list: tag="editor"/> > </show-page> > > > The in-place editor for "location" works perfectly, but the one for > "notes" doesn't. After some investigation with Firebug I suspect this > has to do with the uid of the in-place editor not being set. Apparently > every in-place editor has a id like "uid1", "uid2", "uid3"... But my > text fields don't. > > I'm not sure if it just me or a Hobo 1.3 bug. Can you please try to > reproduce this problem?
Reproduced and fixed - more details here: https://hobo.lighthouseapp.com/projects/8324-hobo/tickets/967 --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
