Browser Control Interface cannot open HTML links in new window (Known Issue)
hamishwillee
(Talk | contribs) m (Removed protection from "KIS001328 - Browser Control Interface cannot open HTML links in new window": Merging into Wiki) |
hamishwillee
(Talk | contribs) m (Text replace - "Category:S60 5th Edition (initial release)" to "Category:S60 5th Edition") |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| + | [[Category:Symbian C++]][[Category:S60 5th Edition]][[Category:Browser]][[Category:Known Issue]] | ||
{{ArticleMetaData <!-- v1.2 --> | {{ArticleMetaData <!-- v1.2 --> | ||
|sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
| Line 4: | Line 5: | ||
|devices= Nokia 5800 XpressMusic, Nokia N97 | |devices= Nokia 5800 XpressMusic, Nokia N97 | ||
|sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | ||
| − | |platform= S60 5th Edition | + | |platform= S60 5th Edition (initial release) |
|devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> | |devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> | ||
|dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> | ||
| Line 21: | Line 22: | ||
|author= [[User:Technical writer 1]] | |author= [[User:Technical writer 1]] | ||
<!-- The following are not in current metadata --> | <!-- The following are not in current metadata --> | ||
| − | |||
|id= KIS001328 | |id= KIS001328 | ||
}} | }} | ||
== Description == | == Description == | ||
| − | + | {{Abstract|The Browser Control interface does not open HTML links if the target attribute is {{Icode|_blank}}, on S60 5th Edition devices.}} This attribute is used in HTML links which open the underlying URL in a new window. In S60 3rd Edition devices, this type of links are opened in the same window of the Browser Control interface. The other attributes of the target parameter (_self, _parent, _top) work as expected. | |
== How to reproduce == | == How to reproduce == | ||
| − | + | # Open any Web page via an HTML link, which opens the URL in a new window, using the Browser Control Interface. | |
| + | # Click on the link. | ||
| − | + | * Actual behaviour: Clicking on the link has no effect and the page is not loaded. | |
| − | + | * Expected behaviour: The link's URL is opened in the same window of the Browser Control application. | |
| − | Actual behaviour: Clicking on the link has no effect and the page is not loaded. | + | |
| − | + | ||
| − | Expected behaviour: The link's URL is opened in the same window of the Browser Control application. | + | |
== Solution == | == Solution == | ||
No known solution. | No known solution. | ||
| − | + | ||
<!-- Translation --> [[zh-hans:浏览器控件接口无法在新窗口打开HTML链接]] | <!-- Translation --> [[zh-hans:浏览器控件接口无法在新窗口打开HTML链接]] | ||
Latest revision as of 07:39, 1 August 2012
Article Metadata
Tested with
Devices(s): Nokia 5800 XpressMusic, Nokia N97
Compatibility
Platform(s): S60 5th Edition (initial release)
Article
Keywords: Browser Control API
Created: User:Technical writer 1
(03 Apr 2009)
Last edited: hamishwillee
(01 Aug 2012)
Description
The Browser Control interface does not open HTML links if the target attribute is _blank, on S60 5th Edition devices. This attribute is used in HTML links which open the underlying URL in a new window. In S60 3rd Edition devices, this type of links are opened in the same window of the Browser Control interface. The other attributes of the target parameter (_self, _parent, _top) work as expected.
How to reproduce
- Open any Web page via an HTML link, which opens the URL in a new window, using the Browser Control Interface.
- Click on the link.
- Actual behaviour: Clicking on the link has no effect and the page is not loaded.
- Expected behaviour: The link's URL is opened in the same window of the Browser Control application.
Solution
No known solution.

