-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Dropbox does not float to the forefront #53
Comments
Just to add another example... this time with the display priority: If you notice, the dropbox in the top select is below the fixed dropbox. This time it has to do with the z-index. The fixed dropbox has z-index=1 and the top dropbox "also". Could you leave z-index=1 when it is fixed and z-index=2x when it is floating? |
@mjesteve Thank you for considering this plugin to use in your project.
Will implement the above items in the future release. |
Thank you very much sa-si-dev. Thanks for your interest. Hiedra |
Please check here |
Thx. |
@mjesteve this feature is available in the release v1.0.15 Use |
I will try it, thank you very much. |
Hi, first of all I think it's a great job you've done with virtual-select, it works very well.
I belong to the Apache Royale community [1] and for this year's ApacheCon I'm preparing a set of examples of integration with JS libraries. Virtual Select seemed to me a very good example to be part of the project (Echarts [2], jsCalendar [3], fullCalendar [4] are some others).
I have found some things that have not worked correctly but until I know the library well and verify that they are real errors and not errors due to lack of knowledge I am going to tell you the one that I think is the most important and that is blocking the integration: the visibility and positioning of the dropbox.
As they say that a picture is worth a thousand words....
The component on the left is a virtual-select and the one on the right is a Jewel VirtualComboBox native to Royale.
As you can see, the dropbox of the virtual-select stays inside the parent container, it doesn't float to the foreground, which causes it to be cut off. The same behaviour is reproduced with keepAlwaysOpen=false:
I don't come from the Js-CSS world and this is a bit too big for me.... :P
Is there any chance that the dropbox would not be displayed inline?
In the case of the Jewel VirtualComboBox the dropbox is created as a layer in the first view level, which ensures that its display is always in the foreground, floating above any other layout component.
If this were a feasible option for you, would it be a possible solution? And if not... Can you think of a solution?
Thank you very much for your attention and congratulations for this great component.
Hiedra
The text was updated successfully, but these errors were encountered: