Browser Control Interface cannot open HTML links in new window (Known Issue)
hamishwillee
(Talk | contribs) m (Automated change of category from Browsing to Browser. (Ontology Change)) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot change of template (Template:KnowledgeBase) - now using Template:ArticleMetaData) |
||
| Line 2: | Line 2: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
{{KBKI}} | {{KBKI}} | ||
| − | {{ | + | {{ArticleMetaData |
|id=KIS001328 | |id=KIS001328 | ||
|platform=S60 5th Edition | |platform=S60 5th Edition | ||
| Line 10: | Line 10: | ||
|creationdate=April 3, 2009 | |creationdate=April 3, 2009 | ||
|keywords=Browser Control API | |keywords=Browser Control API | ||
| + | |||
| + | |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]]) --> | ||
| + | |sdk=<!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | ||
| + | |devicecompatability=<!-- Compatible devices (e.g.: All* (must have GPS) ) --> | ||
| + | |signing=<!-- Empty or one of Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities=<!-- Capabilities required (e.g. Location, NetworkServices.) --> | ||
| + | |author=[[User:Technical writer 1]] | ||
}} | }} | ||
Revision as of 14:47, 24 June 2011
Article Metadata
Tested with
Devices(s): Nokia 5800 XpressMusic, Nokia N97
Compatibility
Platform(s): S60 5th Edition
Article
Keywords: Browser Control API
Created: User:Technical writer 1
(03 Apr 2009)
Last edited: hamishwillee
(24 Jun 2011)
Description
In S60 5th Edition devices, the Browser Control interface does not open HTML links if the target attribute is "_blank." 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
1) Open any Web page via an HTML link, which opens the URL in a new window, using the Browser Control Interface.
2) 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.

