Opened 13 years ago

Closed 13 years ago

#7874 closed Bug (invalid)

Opera: Link Target to open in New window/Topmost Window not working

Reported by: Satya Minnekanti Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: IBM Opera Cc: Damian, James Cunningham, Teresa Monahan

Description

To reproduce the defect:

  1. Open CK Editor and click on Link icon.
  1. Select Link type as URL,Protocol as http://, enter URL www.bbc.co.uk
  1. Go to Target tab and select Target as New window(_blank) and click OK button.
  1. Remove the Editor or click on Preview button and click on the link that was inserted.

Expected Result: website BBC opens in a new window.

Actual Result: website BBC opens in the same window.

Same issue happens when we select Topmost Window(_top) as the link Target

Change History (2)

comment:1 Changed 13 years ago by Jakub Ś

Keywords: Opera added
Status: newconfirmed
Version: 3.0

The web site doesn't open in a new window but it opens in a new tab. I don't think this has anything to do with CKEditor but rather with how Opera is handling newly opened links.

By default Opera is opening new pages in tabs.
_blank means always new tab.
_top current tab.

If you use Tools->Preferences->Advanced->Tabs->Additional tab options-> Open windows instead of tabs.
_blank means always new window.
_top current window.

For a minute there I thought that option "Reuse current tab" may have some impact on how newly opened pages are displayed but it doesn't seem to work, at not always.

I'm confirming the ticket just in case if anyone from CKSource team has different view on this. If not and this is Opera dependable please close this issue.

comment:2 Changed 13 years ago by Frederico Caldeira Knabben

Resolution: invalid
Status: confirmedclosed

Confirmed. This is just the natural browser behavior. The editor is outputting the HTML properly (<a target="_blank">).

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy