Announcement

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

    Issue with calendar date picker icon

    In a DateItem with "useTextField : true," a calendar icon appears.

    The problem comes when I also add

    icons: [{src: "..whatever../myimage.png"}],

    Then in IE and FF both icons (calendar one and my custom one) are not aligned (both have the same size). In Chrome both are aligned

    Looking at the generated source code
    Code:
    <nobr>
      <a handlenativeevents="false" $9a="_1" $89="isc_OBDateItem_0" tabindex="1052" style="font-size: 1px; margin-left: 3px; -moz-user-focus: normal;" id="isc_A" href="#">
        <img width="16" height="16" border="0" align="TEXTTOP" suppress="TRUE" style="margin-top: 0px; margin-bottom: 0px;" id="isc_B" src="..whatever../date_control.png"></a>
      <a handlenativeevents="false" $9a="_0" $89="isc_OBDateItem_0" tabindex="1052" style="font-size: 1px; margin-left: 3px; -moz-user-focus: normal;" id="isc_C" href="#">
        <img width="18" height="18" border="0" align="TEXTTOP" suppress="TRUE" style="vertical-align: middle; margin-top: 0px; margin-bottom: 0px;" id="isc_D" src="..whatever../myimage.png">
      </a>
    </nobr>
    the problem is that the first <img> (the calendar one) doesn't have the "vertical-align: middle;" value.

    Any solution?

    Thanks.

    PD: I attach a png with the problem
    Attached Files

    #2
    Thanks for the detailed report. To clarify did you actually try modifying the HTML (using Firebug or another tool) and see if your proposed fix corrects the problem?

    Comment


      #3
      Yes, of course, changing this with Firebug it fix the problem in FF.

      In IE I haven't tried but I think yes also

      Thanks.

      Comment


        #4
        Anything? Thanks

        Comment


          #5
          I have just tried the last nightly build and the error persist.

          Do you have an ETA of when this bug is going to be fixed?

          Regards.

          Comment


            #6
            It's queued to be looked at. If you need specific response times or ETAs for bugs you report, consider commercial support.

            Comment

            Working...
            X