Namespaces
Variants
Actions
(Difference between revisions)

Browser Control Interface cannot open HTML links in new window (Known Issue)

Jump to: navigation, search
m (Hamishwillee - Add Abstract. Tidy wiki text.)
Line 1: Line 1:
 +
[[Category:Symbian C++]][[Category:S60 5th Edition (initial release)]][[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 -->
|subcategory= Browsing
 
 
|id= KIS001328
 
|id= KIS001328
 
}}
 
}}
  
 
== Description ==
 
== 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.
+
{{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 ==
1) Open any Web page via an HTML link, which opens the URL in a new window, using the Browser Control Interface.
+
# 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.
  
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.
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.
  
[[Category:Symbian C++]][[Category:S60 5th Edition (initial release)]][[Category:Browser]][[Category:Known Issue]]
+
 
 
<!-- Translation --> [[zh-hans:浏览器控件接口无法在新窗口打开HTML链接]]
 
<!-- Translation --> [[zh-hans:浏览器控件接口无法在新窗口打开HTML链接]]

Revision as of 08:05, 14 March 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 (14 Mar 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

  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.

275 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved