<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>14814</bug_id>
          
          <creation_ts>2007-07-30 11:45:06 -0700</creation_ts>
          <short_desc>[S60] When user focused the different links, the other sections are not hidden</short_desc>
          <delta_ts>2008-04-09 11:39:39 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>523.x (Safari 3)</version>
          <rep_platform>S60 Emulator</rep_platform>
          <op_sys>S60 3rd edition</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>PlatformOnly</keywords>
          <priority>P2</priority>
          <bug_severity>Blocker</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sornalatha Rathnasamy">sornalatha.rathnasamy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>3437</commentid>
    <comment_count>0</comment_count>
    <who name="Sornalatha Rathnasamy">sornalatha.rathnasamy</who>
    <bug_when>2007-07-30 11:45:06 -0700</bug_when>
    <thetext>TSW Id : ELTA-756J4Z

- Use case:

- Steps to reproduce:

- Actual outcome:
When user focused the different links, the other sections are not hidden.

- Expected outcome:
Please see Global Test Specification for Terminals (TST Browsing) for Expected Results.

- Other info:
Tested with  WAP APN


sample test case:

&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;&lt;/head&gt;
&lt;body&gt;
&lt;div&gt;
&lt;a href=&quot;&quot; id=&quot;link1&quot; onfocus=&quot;link1();&quot; onblur=&quot;linkNone();&quot;&gt;link 1&lt;/a&gt;
&lt;a href=&quot;http://www.google.com&quot; id=&quot;link2&quot; onfocus=&quot;link2();&quot; onblur=&quot;linkNone();&quot;&gt;link 

2&lt;/a&gt;
&lt;a href=&quot;http://www.google.com&quot; id=&quot;link3&quot; onfocus=&quot;link3();&quot; onblur=&quot;linkNone();&quot;&gt;link 

3&lt;/a&gt;
&lt;/div&gt;

&lt;div id=&quot;section1&quot;&gt;this is section 1&lt;/div&gt;
&lt;div id=&quot;section2&quot;&gt;this is section 2&lt;/div&gt;
&lt;div id=&quot;section3&quot;&gt;this is section 3&lt;/div&gt;

&lt;script type=&quot;text/javascript&quot;&gt;

function link1(){
alert(&quot;on focus called&quot;);
  document.getElementById(&quot;section1&quot;).style.visibility = &apos;visible&apos;;
  document.getElementById(&quot;section2&quot;).style.visibility = &apos;hidden&apos;;
  document.getElementById(&quot;section3&quot;).style.visibility = &apos;hidden&apos;;
}

function link2(){
  document.getElementById(&quot;section1&quot;).style.visibility = &apos;hidden&apos;;
  document.getElementById(&quot;section2&quot;).style.visibility = &apos;visible&apos;;
  document.getElementById(&quot;section3&quot;).style.visibility = &apos;hidden&apos;;
}

function link3(){
  document.getElementById(&quot;section1&quot;).style.visibility = &apos;hidden&apos;;
  document.getElementById(&quot;section2&quot;).style.visibility = &apos;hidden&apos;;
  document.getElementById(&quot;section3&quot;).style.visibility = &apos;visible&apos;;
}

function linkNone(){
  document.getElementById(&quot;section1&quot;).style.visibility = &apos;visible&apos;;
  document.getElementById(&quot;section2&quot;).style.visibility = &apos;visible&apos;;
  document.getElementById(&quot;section3&quot;).style.visibility = &apos;visible&apos;;
}

&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;




This is a SS and blocks type approval.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3435</commentid>
    <comment_count>1</comment_count>
      <attachid>15745</attachid>
    <who name="Sornalatha Rathnasamy">sornalatha.rathnasamy</who>
    <bug_when>2007-07-30 11:56:36 -0700</bug_when>
    <thetext>Created attachment 15745
3.2 patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3431</commentid>
    <comment_count>2</comment_count>
      <attachid>15746</attachid>
    <who name="Sornalatha Rathnasamy">sornalatha.rathnasamy</who>
    <bug_when>2007-07-30 11:57:43 -0700</bug_when>
    <thetext>Created attachment 15746
3.1 patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3339</commentid>
    <comment_count>3</comment_count>
      <attachid>15745</attachid>
    <who name="alan">zalan</who>
    <bug_when>2007-08-01 12:49:26 -0700</bug_when>
    <thetext>Comment on attachment 15745
3.2 patch

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3340</commentid>
    <comment_count>4</comment_count>
      <attachid>15746</attachid>
    <who name="alan">zalan</who>
    <bug_when>2007-08-01 12:49:46 -0700</bug_when>
    <thetext>Comment on attachment 15746
3.1 patch

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3341</commentid>
    <comment_count>5</comment_count>
    <who name="alan">zalan</who>
    <bug_when>2007-08-01 12:51:40 -0700</bug_when>
    <thetext>3.1-&gt;r24805
ccb-&gt;r24806</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>76950</commentid>
    <comment_count>6</comment_count>
    <who name="Bradley Morrison">bradley.morrison</who>
    <bug_when>2008-04-09 11:39:39 -0700</bug_when>
    <thetext>Bulk closing of all s60 platform bugs. 

Sorry for the noise!</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>15745</attachid>
            <date>2007-07-30 11:56:36 -0700</date>
            <delta_ts>2007-08-01 12:49:26 -0700</delta_ts>
            <desc>3.2 patch</desc>
            <filename>bugzilla_14814.patch</filename>
            <type>text/plain</type>
            <size>1114</size>
            <attacher name="Sornalatha Rathnasamy">sornalatha.rathnasamy</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYkNvcmUvQ2hhbmdlTG9nDQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09DQotLS0gV2ViQ29yZS9DaGFuZ2VM
b2cJKHJldmlzaW9uIDI0NzgxKQ0KKysrIFdlYkNvcmUvQ2hhbmdlTG9nCSh3b3JraW5nIGNvcHkp
DQpAQCAtMSwzICsxLDEzIEBADQorcmF0aG5hc2EsIHJldmlld2VkIGJ5IHpidWp0YXMNCisgREVT
QzogVFNXIElkOiBFTFRBLTc1Nko0WiAgV2hlbiB1c2VyIGZvY3VzZWQgdGhlIGRpZmZlcmVudCBs
aW5rcywgdGhlIG90aGVyIHNlY3Rpb25zIGFyZSBub3QgaGlkZGVuLg0KKyBodHRwOi8vYnVncy53
ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0xNDgxNA0KKw0KKyAgICAgICAgV0FSTklORzogTk8g
VEVTVCBDQVNFUyBBRERFRCBPUiBDSEFOR0VEDQorDQorICAgICAgICAqIGtodG1sL2h0bWwvaHRt
bF9pbmxpbmVpbXBsLmNwcDoNCisgICAgICAgIChIVE1MQW5jaG9yRWxlbWVudEltcGw6OmlzTW91
c2VGb2N1c2FibGUpOg0KKyAgICAgICAgDQorDQogeWFkYXZhbGwsIHJldmlld2VkIGJ5IDxaYWxh
bj4NCiAgREVTQzogRml4ZXMgZm9yIHdpZGdldCBtZW51IEFQSQ0KICBodHRwOi8vYnVncy53ZWJr
aXQub3JnL3Nob3dfYnVnLmNnaT9pZD0xNDc2Mw0KSW5kZXg6IFdlYkNvcmUva2h0bWwvaHRtbC9o
dG1sX2lubGluZWltcGwuY3BwDQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09DQotLS0gV2ViQ29yZS9raHRtbC9odG1sL2h0
bWxfaW5saW5laW1wbC5jcHAJKHJldmlzaW9uIDI0NzgxKQ0KKysrIFdlYkNvcmUva2h0bWwvaHRt
bC9odG1sX2lubGluZWltcGwuY3BwCSh3b3JraW5nIGNvcHkpDQpAQCAtOTIsMTEgKzkyLDcgQEAN
CiAKIGJvb2wgSFRNTEFuY2hvckVsZW1lbnRJbXBsOjppc01vdXNlRm9jdXNhYmxlKCkgY29uc3QK
IHsKLSNpZiBBUFBMRV9DSEFOR0VTCi0gICAgcmV0dXJuIGZhbHNlOwotI2Vsc2UKICAgICByZXR1
cm4gaXNGb2N1c2FibGUoKTsKLSNlbmRpZgogfQogCiBib29sIEhUTUxBbmNob3JFbGVtZW50SW1w
bDo6aXNLZXlib2FyZEZvY3VzYWJsZSgpIGNvbnN0Cg==
</data>
<flag name="review"
          id="6569"
          type_id="1"
          status="+"
          setter="zalan"
    />
          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>15746</attachid>
            <date>2007-07-30 11:57:43 -0700</date>
            <delta_ts>2007-08-01 12:49:46 -0700</delta_ts>
            <desc>3.1 patch</desc>
            <filename>bugzilla_14814_3_1_m.patch</filename>
            <type>text/plain</type>
            <size>1232</size>
            <attacher name="Sornalatha Rathnasamy">sornalatha.rathnasamy</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYkNvcmUvQ2hhbmdlTG9nDQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09DQotLS0gV2ViQ29yZS9DaGFuZ2VM
b2cJKHJldmlzaW9uIDI0NzgxKQ0KKysrIFdlYkNvcmUvQ2hhbmdlTG9nCSh3b3JraW5nIGNvcHkp
DQpAQCAtMSwzICsxLDE0IEBADQorMjAwNy0wNy0zMCAgcmF0aG5hc2EgIDxzb3JuYWxhdGhhLnJh
dGhuYXNhbXlAbm9raWEuY29tPg0KKw0KKyAgICAgICAgUmV2aWV3ZWQgYnkgemJ1anRhcy4NCisg
ICAgICAgIERFU0M6IFRTVyBJZDogRUxUQS03NTZKNFogIFdoZW4gdXNlciBmb2N1c2VkIHRoZSBk
aWZmZXJlbnQgbGlua3MsIHRoZSBvdGhlciBzZWN0aW9ucyBhcmUgbm90IGhpZGRlbi4NCisgICAg
ICAgIGh0dHA6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTE0ODE0DQorDQorICAg
ICAgICBXQVJOSU5HOiBOTyBURVNUIENBU0VTIEFEREVEIE9SIENIQU5HRUQNCisgICANCisgICAg
ICAgICoga2h0bWwvaHRtbC9odG1sX2lubGluZWltcGwuY3BwOg0KKyAgICAgICAgKEhUTUxBbmNo
b3JFbGVtZW50SW1wbDo6aXNNb3VzZUZvY3VzYWJsZSk6ICAgICAgDQorDQogMjAwNy0wNy0yMCB2
bWFsYWl5YSwgPHZpa3JhbS5tYWxhaXlhQG5va2lhLmNvbT4NCiAgICAgICAgIFJldmlld2VkIGJ5
IFlvbmdqdW4NCiAgICAgICAgIERFU0M6IEpQS04tNlozOEU1IC0gQnJvd3NlciBjcmFzaGVzIGFu
ZCBwcm9ibGVtcyB3aXRoIG1lbW9yeSBsb3cgbm90ZS4NCkluZGV4OiBXZWJDb3JlL2todG1sL2h0
bWwvaHRtbF9pbmxpbmVpbXBsLmNwcA0KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQ0KLS0tIFdlYkNvcmUva2h0bWwvaHRt
bC9odG1sX2lubGluZWltcGwuY3BwCShyZXZpc2lvbiAyNDc4MSkNCisrKyBXZWJDb3JlL2todG1s
L2h0bWwvaHRtbF9pbmxpbmVpbXBsLmNwcAkod29ya2luZyBjb3B5KQ0KQEAgLTkyLDExICs5Miw3
IEBADQogCiBib29sIEhUTUxBbmNob3JFbGVtZW50SW1wbDo6aXNNb3VzZUZvY3VzYWJsZSgpIGNv
bnN0CiB7Ci0jaWYgQVBQTEVfQ0hBTkdFUwotICAgIHJldHVybiBmYWxzZTsKLSNlbHNlCiAgICAg
cmV0dXJuIGlzRm9jdXNhYmxlKCk7Ci0jZW5kaWYKIH0KIAogYm9vbCBIVE1MQW5jaG9yRWxlbWVu
dEltcGw6OmlzS2V5Ym9hcmRGb2N1c2FibGUoKSBjb25zdAo=
</data>
<flag name="review"
          id="6570"
          type_id="1"
          status="+"
          setter="zalan"
    />
          </attachment>
      

    </bug>

</bugzilla>