Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Problem with dateChoose in v8.3 Pro

    Experimented on latest version 8.3 Pro

    Browsers : Chrome, IE10, Firefox

    I found some changes for style on date pickers between Isomorphic 8.3 and Isomorphic 8.2.
    The style name for days that we can’t select (because they belong to prev/next month) :
    • dateChooserWeekendDisabled in 8.2 became dateChooserDisabledWeekendDisabled in 8.3
    • dateChooserWeekdayDisabled in 8.2 became dateChooserDisabledWeekdayDisabled in 8.3

    There is another problem for headers and bottom’s button, because their own styles have disappeared in 8.3 :
    • dateChooserButton and dateChooserWeekendButton in 8.2 became headerTitle in 8.3
    • dateChooserBottomButton in 8.2 became buttonTitle in 8.3
    Attached Files
    Last edited by gdeimat; 23 Jul 2013, 05:10. Reason: Add some printscreen to illustrate

    #2
    Any update on this problem ?

    Thanks,

    Comment


      #3
      Which skin are you using?

      Comment


        #4
        We are using a custom skin, but I check with the enterprise skin and I saw the same name for the class used for "disabled day".

        Isn't it weird to have the word disabled two times in the class name?

        Comment


          #5
          There are now separate styles for dateChooserDisabledWeekday and dateChooserDisabledWeekend, and those are the styles you should be using with 8.3 onwards.

          We agree about the repetition of "Disabled" in these class names - since these two classes are intended purely for a disabled state, support for an extended *Disabled class is unnecessary - we'll remove the superfluous *Disabled from the class names and update the built-in skins appropriately.

          The classes will then be:

          dateChooserDisabledWeekday/Over/Selected

          and you won't see anything like

          dateChooserDisabledWeekdayDisabled

          Comment


            #6
            Thanks for your answer,

            Will this be included in the next nightly build ? If not, when should we be expecting this ?

            We're also waiting on some answers for other open issues with 8.3p ...

            Thanks,

            Comment


              #7
              Yes, they'll be in tomorrow's builds.

              Which specific other issues are you waiting on?

              Comment


                #8
                This one ...

                http://forums.smartclient.com/showthread.php?t=27303

                ... but I'm further investigating at this point.

                Thanks,

                Comment

                Working...
                X