Community
Participate
Working Groups
Created attachment 204405 [details] DojoComboBox Drop a DojoColorPalette in 1,1 on a RUIHandler. Drop a DojoComboBox in 1,2. When it displays the comboBox is shown in the middle of the space, but there is a box at the bottom of the space that has the focus. Same thing happens when the ComboBox is selected in the Outline view. The box at the bottom of the space is selected. Screen shot attached.
Same with DojoCurrencyTextBox.
Same with most of the other one line widgets.
This is a VE problem
Does not occurs in latest build, it may be indirect fixed by other defects
Created attachment 206244 [details] Screen shot
Still have problem in 20111031 build. Screen shot attached.
Hi, which eclipse base and browser are you use?
I did a test, and it only occurs on IE6, IE8 and web kit all works fine. As the location of the selection is passed to VE by JS runtime from widget, so transfer the bug to widget.
I think you need to check what wrong with the parameter, or something.
I'm on the 20111101 build and IE8. It looks like I have the problem on Eclipse 3.6 but not on 3.7.
Do you have Safari installed on your machine?
On my 3.7 machine, I have Safari installed and don't have the selection problem. On my 3.6 machine without Safari, I have the problem. In both cases, I'm on IE 8.
also occurs on RBD with IE 8
Hi, Ji Yong It is a js runtime problem, in the egl.getY() function in the egl.js, when use IE 8, it will get a wrong element.offsetParent, and make the y of the widget wrong.
This one seems risky to implement at this late date. If a change is supplied, please attach it to the defect first so that it can be reviewed. If there are higher priority defects, they should be worked on before this one.
this is now deferred - too high risk