Opened 14 years ago
Closed 14 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:
- Open CK Editor and click on Link icon.
- Select Link type as URL,Protocol as http://, enter URL www.bbc.co.uk
- Go to Target tab and select Target as New window(_blank) and click OK button.
- 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 14 years ago by
Keywords: | Opera added |
---|---|
Status: | new → confirmed |
Version: | → 3.0 |
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
Confirmed. This is just the natural browser behavior. The editor is outputting the HTML properly (<a target="_blank">
).
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.