In changeset 6973 you added this code that keeps a _bgcolorhidden flag 6973 max // set the bgcolor alpha if not set by the context menu and overridden by the context menu 6973 max if (this.__LZbgRef && (this._bgcolorhidden != true && this._bgcolorshown != true)) 994 jgrandy this.__LZbgRef._alpha = 100*v;
that's causing a bug whereby setting the opacity on a view with a bgcolor can fail (LPP-5551). I don't understand this clause, why is it necessary to disable the opacity setting on the bgcolor clip when a menu is applied? -- Henry Minsky Software Architect [EMAIL PROTECTED]
