James Lucas

Results 127 comments of James Lucas

@jcupitt Testing now, so far no errors. Will stress a bit further.

Have not been able to trigger the GLib errors previously seen under repeated stress testing. Looks great. Will this land in the 8.13 release?

I've trigger the same assertion with a different environment: GLib-GObject-CRITICAL **: 01:54:46.648: g_boxed_type_register_static: assertion 'g_type_from_name (name) == 0' failed Leading to a SIGSEV child 6 exited on signal 11 (SIGSEGV)...

Triggered it a second time, this time with another GLib error (.:1965): GLib-GObject-WARNING **: 02:11:06.006: cannot register existing type 'VipsObject' (.:1965): GLib-CRITICAL **: 02:11:06.006: g_once_init_leave: assertion 'result != 0' failed...

Can you please try this with the bootstrap editor available in recent versions

This isn't a supported use case userData is only used by formRender. For text inputs you could map the userData back to the value attribute however for select/checkbox/radio you would...

A PR https://github.com/kevinchappell/formBuilder/pull/1402 has been raised for this with a workaround for touch devices. While drag and drop is not supported by jQuery sortable the sorting of fields is allowed...

Did you resolve this issue? Your fiddle suggests you add fields using a data object returned by a server rather than drag/drop from the control panel. Is this correct?

duplicate of https://github.com/kevinchappell/formBuilder/issues/594