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

Open the page in a new tab

4 Answers 166 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Foppa
Top achievements
Rank 1
Foppa asked on 01 Jun 2010, 02:47 PM

I have a panelbar that have links. If I click on one link the page open, but I can’t right click and open the page in a new tab (IE tab).

I have no choice to open in new tab.


How should I do if I want that?
My panelbar is bind to xml.

4 Answers, 1 is accepted

Sort by
0
Nikolay Tsenkov
Telerik team
answered on 02 Jun 2010, 03:16 PM
Hi Foppa,

If you are using the IE 8 or 9, this probably is a bug of the browser.
But it should still give you the ability to open it in a new tab through click on the scroll-button (middle-button).

Here is a link to the bug report that we sent to Microsoft: https://connect.microsoft.com/IE/feedback/details/554480/anchor-with-display-block-element-in-it-loses-its-context-menu-link-related-items

Here is a simple example that illustrates the bug in IE 8/9 reproducing the same problem:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<head>
    <title></title>
</head>
<body>
    <a href="http://www.telerik.com"><span style="display: block;">Test</span></a>
</body>
</html>


If that is not your case, then, please provide us with more information, e.g. some code (please open a support ticket and attach a simple project reproducing this problem).

Hope this is helpful for you!


Regards,
Nikolay Tsenkov
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.
0
Shailendra
Top achievements
Rank 1
answered on 15 Jul 2011, 10:58 PM
Sorry to bring this old topic back to life, but did Microsoft resolve the issue? Or, did you guys find any fix for it? I am having the same problem and my client need that functionality. I cannot ask them to use compatibility mode or suggest workarounds.
0
Nikolay Tsenkov
Telerik team
answered on 20 Jul 2011, 11:36 AM
Hi Shailendra,

If the bug is still reproducible, then it most certainly isn't fixed. :)

Unfortunately there is no trivial workaround, too.


Regards,
Nikolay Tsenkov
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Shailendra
Top achievements
Rank 1
answered on 20 Jul 2011, 03:15 PM
Hi Nikolay,

Thanks for replying.

I tried removing some of the css classes (that was long time ago, and I think it was rsLink class) it worked sometimes. And it's not just IE, it happens in FF too. All my browsers are up-to-date.
Tags
PanelBar
Asked by
Foppa
Top achievements
Rank 1
Answers by
Nikolay Tsenkov
Telerik team
Shailendra
Top achievements
Rank 1
Share this question
or