Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[14:17:06 CDT(-0500)] <anastasiac> Justin_o, cindyli, is there any way for a panel to get access to the enum (for a dropdown) that's in the primary schema? Right now, the panel has to reproduce that enum in its controlValues option. It would be nice to avoid that duplication.

[14:18:33 CDT(-0500)] <Justin_o> anastasiac: they can get it from the preferenceMap. you can put a path into the options on the left side, with the key of the primary schema on the right.

[14:18:47 CDT(-0500)] <anastasiac> ah, ok, thanks Justin_o, I'll try that

[14:19:31 CDT(-0500)] <anastasiac> Justin_o, worked, thanks for the pointer

[14:49:59 CDT(-0500)] <Bosmon> Hi Justin_o - I'll be looking at your updated pulls now

[14:50:09 CDT(-0500)] <Bosmon> btw I have a fix in for the IE8 issue that you and cindyli discovered

[14:51:21 CDT(-0500)] <cindyli> thanks, Bosmon.

[14:52:55 CDT(-0500)] <Bosmon> In the end it was caused by the implementation of the new framework fluid.isPlainObject utility

[14:53:04 CDT(-0500)] <Bosmon> Which gives different results on IE8 to other browsers

[14:53:26 CDT(-0500)] <Bosmon> In particular, Object.prototype.toString.call(null) amazingly produces "[object Object]"