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

RadSlidingPane "Undock" Icon Suddenly Not Working

1 Answer 37 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 30 Oct 2012, 06:49 AM
I've successfully been using two RadSlidingPane controls on one of my web form for some time now.  As shown in the screenshot, the inner one actually sits on a User Control, which is loaded into the web form.  Everything was working perfectly fine.

Today I had occasion to change a bunch of server-side code, somewhat unrelated to the RadSlidingPanes ... or so I thought.  Anyhow, I've now discovered that the Undock icon (the thumbtack) of the inner sliding pane has suddenly stopped functioning!  The outer one still works normally, meaning that when I hover over it a hand cursor appears, an "Undock" tooltip appears, and clicking on it causes the sliding pane to collapse (undock).

But the inner one isn't doing any of that anymore!

I really have no idea what it is I could have possibly changed that would make this happen.  In point of fact, I have about a dozen User Controls in which the inner RadSlidingPane is implemented in the same way and I KNOW that I haven't even touched the code in most of them ... yet their Undock icons aren't working either!

I would really appreciate it if you could give me some suggestions about what code controls the aforementioned Undock functionality (cursor & tooltip for example).  That might give me a clue as to what it is I changed that messed things up.

Thank you,

Robert W.

1 Answer, 1 is accepted

Sort by
0
Robert
Top achievements
Rank 1
answered on 30 Oct 2012, 07:02 AM
There's no way to delete this post so I figured I'd better respond to it.

My apologies.  I just solved the problem.  What I had added from a completely different User Control was a floating DIV with a label in it.  This DIV had a z-index of 999.  Inadvertently, the DIV, even though it was a null string at the time, was essentially covering up the Undock icon.

Problem solved!

Once again, sorry to bother you.
Tags
Splitter
Asked by
Robert
Top achievements
Rank 1
Answers by
Robert
Top achievements
Rank 1
Share this question
or