Browser Control Interface cannot open HTML links in new window (Known Issue)
hamishwillee
(Talk | contribs) m (Text replace - "Category:S60 5th Edition (initial release)" to "Category:S60 5th Edition") |
|||
| (7 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 --> | |
| − | {{ | + | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> |
| − | + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | |
| − | | | + | |devices= Nokia 5800 XpressMusic, Nokia N97 |
| − | | | + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> |
| − | |devices=Nokia 5800 XpressMusic, Nokia N97 | + | |platform= S60 5th Edition (initial release) |
| − | | | + | |devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> |
| − | | | + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> |
| − | | | + | |signing= <!-- Empty or one of Self-Signed, DevCert, Manufacturer --> |
| − | |keywords=Browser Control API | + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> |
| + | |keywords= Browser Control API | ||
| + | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | ||
| + | |translated-by= <!-- [[User:XXXX]] --> | ||
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by= <!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate= 20090403 | ||
| + | |author= [[User:Technical writer 1]] | ||
| + | <!-- The following are not in current metadata --> | ||
| + | |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链接]] | ||
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.

