jQuery UI Widgets › Forums › Dialogs and Notifications › Window › Default value mismatch on demo examples and actual released version
This topic contains 3 replies, has 2 voices, and was last updated by Stanislav 7 years, 1 month ago.
-
Author
-
April 19, 2018 at 8:44 pm Default value mismatch on demo examples and actual released version #99782
Hi There,
Previously I have been running on jqx version
v4.5.4
and recently trying to update it tov5.4.0
. After updates to this higher version, I ran into few problems with jqxWindow specifically.Observations :
I have updated version –
v5.4.0
Demo listed on jqxwebsite – It is referring tov5.5.0
API reference (js fiddle) – jqxall.js it is referring tov5.4.0
Since I wanted to me more specific with my problem ,hence listed out above versions.
Problem :
v5.4.0 & v5.5.0
– It has a default value for different attirbutes as follows:modalZIndex : 1800, zIndex : 1000, modalBackgroundZIndex : 1299
v4.5.0
– default values are as follows:
– API reference given on the website also indicates the samemodalZIndex : 18000 zIndex : 9001 modalBackgroundZIndex : 12990
Since API listed on the website and version released are not in sync, I am not able to make a fix for broken jqxWindows in my applicaiton. To fix problem in the application with regards to these default values, Let me know what to be considered. Appreciate your help on this!
Regards.
April 20, 2018 at 9:24 am Default value mismatch on demo examples and actual released version #99794Hello hurricane,
I am sorry but what was your question exactly?
In later versions, we changed the indexes.
We had some complains that after this, most of the windows didn’t work properly for our users.
The fix is to set the zIndex of the window in the CSS.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 25, 2018 at 4:35 pm Default value mismatch on demo examples and actual released version #99896Sorry for not being clear in my question. Since you agree that there are changes to the zIndex in core libraries, My question was why I am not finding this mention anywhere in the documents ?
This is leading to the confusion. After having new version of jqx , it has started breaking up in my application all over. And when I was referring the api documents reference it was completely indicating that default value should be something else then what got changed.
I hope I was able to put all of the things together.
Regards
April 26, 2018 at 7:14 am Default value mismatch on demo examples and actual released version #99911Hello hurricane,
It was mention in a release
jQWidgets v5.3.0
form September last year.
Here is a link to our release history.Go to
jQWidgets v5.3.0 Release, September-17-2017
and you will see the change we did to thez-index
.
In the next release, there were some fixes to some of the widgets as well.I understand your issue now.
We will update the documentation, I am sorry for the confusion.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.