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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author

  • hurricane
    Participant

    Hi There,

    Previously I have been running on jqx version v4.5.4 and recently trying to update it to v5.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 to v5.5.0
    API reference (js fiddle) – jqxall.js it is referring to v5.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 same

     modalZIndex  : 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.


    Stanislav
    Participant

    Hello 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,
    Stanislav

    jQWidgets Team
    http://www.jqwidgets.com/


    hurricane
    Participant

    Sorry 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


    Stanislav
    Participant

    Hello 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 the z-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,
    Stanislav

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.