jQWidgets Forums
Forum Replies Created
-
Author
-
May 16, 2014 at 7:57 am in reply to: Z-index problem with docking and multiple windows Z-index problem with docking and multiple windows #54547
I am sure you have a bug in window control.
fiddle Just click all buttons one after another. (Open 1 with bring to front, Close 1, Open 2 with bring to front, Open 1 again with bring to front)I set zIndex property in constructor of window 1 and 2, but this property is somehow ignored. When I click “Open 1 again with bring to front” the window 2 z-index is set to -1.
At some point the window zIndex become 0 and then -1 when I open another window.
April 23, 2014 at 6:28 pm in reply to: Orange theme render problem Orange theme render problem #53502Just to let you know, same problem with DarkBlue.
April 23, 2014 at 5:48 pm in reply to: Orange theme render problem Orange theme render problem #53501Thanks.
April 11, 2014 at 1:34 pm in reply to: group separator in simple input mode group separator in simple input mode #52948Is there any plans to support something like this.
My users are entering price from a few numbers to a few millions.
So I must show all those signs: _.___.___.__0.00, for just entering 50.20. Basically I must limit the maximum input which I don’t want to.
I need text input with group separator. Nothing more.April 10, 2014 at 2:07 pm in reply to: Z-index problem with docking and multiple windows Z-index problem with docking and multiple windows #52893I did it, but now happened exactly what I predicted and did not try this myself.
Z-index of some (or all) widgets are incorrect. Now, menu opens behind window.
I think that it is not logic to set z-index to -1. All solutions are temporary, but solid solution should be corrected in your code.March 7, 2014 at 4:03 pm in reply to: Strange css for button close and collapse Strange css for button close and collapse #50698Thanks.
Peter Stoev ?
Dimitar ?
Is there any page where we can vote for features?February 22, 2014 at 2:51 pm in reply to: Preventing closing a wndow Preventing closing a wndow #49933Did something new happen about that? I also need this feature.
Any plans to support this? It would take much time, since it’s already supported on jqxInput.
February 20, 2014 at 8:15 am in reply to: Created event bug – called twice Created event bug – called twice #49802I know pretty much about event bubbling. I just expected that create event is called once.
February 18, 2014 at 3:54 pm in reply to: Created event bug – called twice Created event bug – called twice #49692I still don’t know why is called twice on Window. It would be logic to call it separately on Tabs and Window, not twice on Window. Why is happening only on Tabs, but not on NavigationBar, Input, …
Thanks for ideas.
Valid html5 would be a nice feature.This would be a nice feature. I am opening a lot of windows loaded with ajax. I would like to have a menu item for every opened window in root menu item (‘windows’), so I can call bringToFront.
Like Photoshop when you open multiple images.February 10, 2014 at 9:19 am in reply to: Resizing cursor is over scroll Resizing cursor is over scroll #49225Peter hi!
I saw some changes about this problem. I am using redmond, nothing, and sunny-ui style, but all still contains a problem.
Now you can not resize (together with scrolling) when window has vertical scroll.
Great, but the cursor remains (cursor:ew-resize), even the resize is not working, which is OK, since we are scrolling not resizing.It would be also great, that scroll height would not be 100%, so we can resize the window also in right-down corner.
I know it is not needed. I was incidentlly leave bringToFront statement and experience that. I though that this should appear.
-
AuthorPosts