custom browse button not changing cursor on mouse over

Last post 07-18-2010, 10:51 PM by cutechat. 16 replies.
Sort Posts: Previous Next
  •  10-14-2009, 12:06 PM 56401

    custom browse button not changing cursor on mouse over

     
     
    My code:
     
    <CuteWebUI:UploadPersistedFile runat="server" ID="upfUserPicture" MultipleFilesUpload="false"
         InsertButtonID="lbChangePicture" ShowProgressBar="false" ShowProgressInfo="false" UploadType="Auto"
         ItemLabelStyle-CssClass="uploadedFileLabel" OnFileUploaded="FileUploaded" AutoUseSystemTempFolder="false" /> 
                                   
    <asp:LinkButton runat="server" ID="lbChangePicture" Text="Choose Picture" 
       style="font-style:italic; font-size:smaller; display:block; margin-bottom:7px; cursor:pointer;" />
               
     
    My Problem:
     
    for some reason the link button will not change my cursor to "pointer" on mouseover
     
    in both flash and silverlight modes.
     
     
     
     
    this used to work fine before i upgraded to the latest version of AjaxUploader 
     
     
  •  10-15-2009, 8:42 AM 56417 in reply to 56401

    Re: custom browse button not changing cursor on mouse over

    I have the same issue, You can see this in action on my live site when you hover the upload button.  It seems to honor all the other styling rules but cursor won't display pointer/hand on hover.
     
     
    Thanks guys!
     
    Greg 
  •  10-16-2009, 12:30 AM 56435 in reply to 56401

    Re: custom browse button not changing cursor on mouse over

    Hi,
     
    We will implement it before next monday.
     
    Regards,
    Terry
     
  •  10-16-2009, 9:08 AM 56446 in reply to 56435

    Re: custom browse button not changing cursor on mouse over

    will this ew implementation require we upgrade to a new dll?
  •  10-22-2009, 7:38 AM 56591 in reply to 56446

    Re: custom browse button not changing cursor on mouse over

    just a heads up it's past "next monday". has the "new implementation" been put up yet? what is the fix to this issue
  •  10-22-2009, 9:57 AM 56594 in reply to 56591

    Re: custom browse button not changing cursor on mouse over

    Hi,

    We have implemented it.
     
    But it seems not so good , for these problems :
     
    1 - the Firefox/Chrome do not support cursor:hand , while cursor:pointer is OK
     
    2 - Flash hand cursor has different look. (Silverlight use same 'Hand' as IE)
     
    If we can't find a better solution , we will release it anyway.
     
    Regards,
    Terry
  •  10-22-2009, 3:05 PM 56603 in reply to 56594

    Re: custom browse button not changing cursor on mouse over

    Do I need to redownload the dll or is this functionality not available yet?
  •  10-22-2009, 11:29 PM 56614 in reply to 56603

    Re: custom browse button not changing cursor on mouse over

    Hi,
     
    We haven't uploaded it yet. Please wait for a few days.
     
    I will get back to you if we upload it.
     
    Regards,
    Terry
  •  11-09-2009, 3:11 PM 56991 in reply to 56614

    Re: custom browse button not changing cursor on mouse over

    cutechat:
    Hi,
     
    We haven't uploaded it yet. Please wait for a few days.
     
    I will get back to you if we upload it.
     
    Regards,
    Terry
    Has this bug been resolved yet?
     
    I'm having the same problems as the others:  no hand/pointer cursor onmouseover
  •  11-09-2009, 5:34 PM 56997 in reply to 56991

    Re: custom browse button not changing cursor on mouse over

    pi2:
    cutechat:
    Hi,
     
    We haven't uploaded it yet. Please wait for a few days.
     
    I will get back to you if we upload it.
     
    Regards,
    Terry
    Has this bug been resolved yet?
     
    I'm having the same problems as the others:  no hand/pointer cursor onmouseover
     
    This issue is resolved. Please download the latest build.
     
    Demo:
     
     
    Keep me posted

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  12-30-2009, 3:41 PM 57996 in reply to 56997

    Re: custom browse button not changing cursor on mouse over

    I am currently running the 3.0.0.0 version of the dll and the issue persists. as far as I can tell 3.0.0.0 is the dll you are distributing in the latest download of ajax uploader. The only difference is in the DLL description mine is "AjaxUploader 3.0 20090925" the latest version you are distributing is "AjaxUploader 3.0 20091224". Am I correct to assume that even the the versions are exactly the same the code is in fact different?
     
  •  12-31-2009, 1:18 AM 58004 in reply to 57996

    Re: custom browse button not changing cursor on mouse over

    Hi,
     
    You should see the there's a new property UploadCursor
     
    And when your button is pointer cursor style, when use Flash/Silverlight mode , you should see the hand cursor.
     
    Regards,
    Terry
  •  01-14-2010, 10:38 PM 58179 in reply to 58004

    Re: custom browse button not changing cursor on mouse over

    Hi all,
     
    We just upload an new version.
     
    Now Flash can show the same hand cursor as browser or Silverlight.
     
    Regards,
    Terry
     
  •  06-22-2010, 9:16 AM 61936 in reply to 56417

    Re: custom browse button not changing cursor on mouse over

    I have the same issue, but to me the issue is more general and therefor the fix isn't working for me.
     
    I have a custom uploadbutton of type asp:LinkButton. I can set the CssClass of that button that contains a background-image. In CSS I also declare a :hover for the class. Everything works fine but not the hover. When I view the code I can see why the hover isn't working. Client-side there's a div created with an object and it's basically an overlay over my LinkButton. There will never be a hover of my Html control, only the hovers for the dynamically added clientside div and object for the InsertButton.
     
    Isn't the InsertButtonStyle-CssClass ment to cover this functionality? I think the ability to use general functionality like hover for the InsertButton is required and I think setting the InsertButton-CssClass should result in setting either the class for the dynamic div or the object. This way general html functionality is still applicable for the InsertButton.
     
    Or is there something else that's set when u set InsertButtonStyle-CssClass? When I look in the source I can't find anything set with the class I set.
  •  07-03-2010, 2:51 AM 62265 in reply to 61936

    Re: custom browse button not changing cursor on mouse over

    Hi,
     
    Please try :
     
    <asp:LinkButton ..... style="display:inline-block">
     
    when the <a> is inline display style , the offsetHeight is not correct , so the uploader can't put the Flash/Silverlight layer correctly.
     
    Regards,
    Terry
  •  07-05-2010, 3:41 AM 62283 in reply to 62265

    Re: custom browse button not changing cursor on mouse over

    I think this will not sort the actual issue, but just makes the div with the Flash/Silverlight layer correct.
     
    Original mousover effects can still not be defined using CSS or something else since the mouseover event will never trigger because of the layer. Is there a way to set something for the layer that will still trigger the mouseover for the custom browse button so a backgroundimage for the browse button can be changed to get a diff look and feel?
  •  07-18-2010, 10:51 PM 62553 in reply to 62283

    Re: custom browse button not changing cursor on mouse over

    Hi,
     
    Can you make sure you are using the last version ?
     
    I have tested it. But I didn't reproduce this issue 
    Regards,
    Terry
View as RSS news feed in XML