Welcome Guest Search | Active Topics | Sign In | Register

cursor for items in editor toolbar Options
quirtep
Posted: Tuesday, December 16, 2008 2:12:00 AM
Rank: Advanced Member
Groups: Member

Joined: 9/6/2007
Posts: 133
A picky point, but your sample "Upload from Toolbar" includes an "attachments" button in the editor toolbar, but the cursor for that button is different from the other buttons. The CssText is set to cursor:hand, for DownStyle, NormalStyle, and HoverStyle, which works for the other buttons - but the attachments button is not using that property.

Thanks!
eo_support
Posted: Tuesday, December 16, 2008 6:22:21 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
Thanks for letting us know. We will look into it and see what we can do!
quirtep
Posted: Tuesday, December 16, 2008 11:29:16 AM
Rank: Advanced Member
Groups: Member

Joined: 9/6/2007
Posts: 133
Please let me know since I am trying to use this configuration.

Thanks.
quirtep
Posted: Friday, December 19, 2008 3:33:01 AM
Rank: Advanced Member
Groups: Member

Joined: 9/6/2007
Posts: 133
Well, it's still broken. Do I just need to live with the different cursor for the "attachments" button - or is there a way to make it like the other buttons?
eo_support
Posted: Friday, December 19, 2008 4:54:26 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
Hi,

Try to add the following CSS block into your page before the control:

Code: HTML/ASPX
<style>
   input { cursor:hand}
</style>


That should solve the problem.

Thanks!
quirtep
Posted: Saturday, December 20, 2008 2:43:14 AM
Rank: Advanced Member
Groups: Member

Joined: 9/6/2007
Posts: 133
That didn't work for me. I tried it in a variety of ways:

1) I just added the CSS block before the control, as instructed.

2) I tried adding the CSS block within the header.

3) I tried setting style="cursor:hand;" for the <div> that contains the editor control.

I also tried cursor:pointer instead of cursor:hand, but that didn't do it either.

Thanks.
quirtep
Posted: Wednesday, January 14, 2009 4:06:17 AM
Rank: Advanced Member
Groups: Member

Joined: 9/6/2007
Posts: 133
Any solution to this?
eo_support
Posted: Wednesday, January 14, 2009 4:43:24 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
Hi,

The previous solution worked fine for us on IE. However we do not have a solution for FireFox yet. We will continue looking to see if we can have a solution for that.

Thanks!



You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.