This is a migrated thread and some comments may be shown as answers.

SelectedImageUrl not working

7 Answers 83 Views
Menu
This is a migrated thread and some comments may be shown as answers.
KDL
Top achievements
Rank 1
KDL asked on 21 Dec 2009, 03:54 PM
The SelectedImageUrl property does nothing until AFTER the mouse has hovered over the image.

My scenario uses the RadMenu as the primary navigation for my site. I want the selected page to be obvious to the users so I've implemented images to represent the normal versus hovered/selected states. Simple. Everything works fine except for that when one of the menu items is selected, it displays normal image until the mouse hovers over the menu item which then causes the menu to display the selected image.

I created the following simplified example (no CSS, no code) to illustrate.

Super simple example:
<telerik:RadMenu ID="RadMenu1" Runat="server" Skin="" EnableSelection="true" > 
    <Items> 
        <telerik:RadMenuItem runat="server"   
            NavigateUrl="~/Test.aspx"   
            ImageUrl="~/images/NotSelected.png"   
            HoveredImageUrl="~/images/Selected.png"   
            SelectedImageUrl="~/images/Selected.png"   
            Selected="true" 
        /> 
   </Items> 
</telerik:RadMenu> 
 

BTW, the EnableSelection property has no affect on this example and I've specified Selected='true' just so the problem can be seen immediately.

I haven't come up with a workaround for this one, please advise. Thanks!

7 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 22 Dec 2009, 03:50 PM
Hello,

This is a bug in RadMenu, I've logged it in our bug-tracking system and it will be fixed as soon as possible. Thank you for reporting it, you can find your points updated.

Best wishes,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Aimee Rasmussen
Top achievements
Rank 1
answered on 30 Dec 2009, 02:29 PM
I am having the exact same problem... Any timeframe on a fix?  I would really like to use this functionality!

Thanks!
0
Yana
Telerik team
answered on 30 Dec 2009, 02:34 PM
Hi Aimee,

Hopefully it will be fixed in the begging of January. I'll notify you as soon as the fix is available.

Regards,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Pascal Breugelmans
Top achievements
Rank 1
answered on 02 Feb 2010, 12:22 PM
Hi Yana,

Is there already a fix for this problem.
I'm also experciencing problems with selected items which will not get selected until hovered.

If not, is there are workaround for this problem en when do you expect to have a fix?

All the best,
Pascal
0
Yana
Telerik team
answered on 04 Feb 2010, 01:04 PM
Hello,

I am afraid that this issue is not fixed yet, I've just raised its priority. Thank you for your patience.

All the best,
Yana
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
Aimee Rasmussen
Top achievements
Rank 1
answered on 26 May 2010, 08:26 PM
Any workaround or fix for this yet??
0
T. Tsonev
Telerik team
answered on 01 Jun 2010, 12:32 PM
Hello Aimee,

Thank you for bringing this issue to our attention again. We've fixed it and the fix will be available in the next internal build - version 2010.1.0601 and up.

Apologies for the caused inconvenience.

All the best,
Tsvetomir Tsonev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Menu
Asked by
KDL
Top achievements
Rank 1
Answers by
Yana
Telerik team
Aimee Rasmussen
Top achievements
Rank 1
Pascal Breugelmans
Top achievements
Rank 1
T. Tsonev
Telerik team
Share this question
or