Community
Participate
Working Groups
I created a new RUI widget via the New Handler > RUI Widget wizard. The new widget opened in the VE as expected, but I am not able to drag and drop other widgets onto the new widget (as I drag a new widget over the design canvas, it never turns green or yellow indicating I can drop the widget). And although I see the grid Layout, there is an extra box (see screen shot) which shouldn't be there.
Hi, Will Which version of EDT are you using? I can not recreate it with 0.7.0.v201111030901, everything goes well.
I am using build 200111032101 on Windows XP with Webkit as my VE browser. See com.mycompany.client.Mysecondwidget in the attached project.
Created attachment 206459 [details] Project containing RUI widget that fails to edit
I switched by browser to IE and the widget is now editable. So, this appears to be a Webkit-related issue.
The RUI handler can also works well in webkit. The egl.getWidthInPixels(element) will return 0 for gridlayout, it is a js runtime problem, so assign to Ji Yong.
Fixed, this is a WebKit specific issue. Thanks.