<?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>11756</bug_id>
          
          <creation_ts>2006-12-05 08:53:30 -0800</creation_ts>
          <short_desc>REGRESSION: link targeting a frame in another window does not work</short_desc>
          <delta_ts>2007-08-24 06:55:53 -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>Page Loading</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.elfo.org/</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar, NeedsReduction, Regression</keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Giuliano Gavazzi">jmail-bugs.webkit.org</reporter>
          <assigned_to name="Maxime BRITTO">mbritto</assigned_to>
          <cc>almaslegacy</cc>
    
    <cc>ddkilzer</cc>
    
    <cc>dstorey</cc>
    
    <cc>mbritto</cc>
    
    <cc>sroret</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>43218</commentid>
    <comment_count>0</comment_count>
    <who name="Giuliano Gavazzi">jmail-bugs.webkit.org</who>
    <bug_when>2006-12-05 08:53:30 -0800</bug_when>
    <thetext>a link with a target attribute that targets a frame panel in another window does not perform any action.
See for example: http://www.elfo.org/ it will open a pop-up window (so please do not disable pop-up windows!). The first link in the popup window (and most of the others) are of the form:

&lt;a href=&quot;../somepath...&quot; target=&quot;testo&quot;&gt;some text&lt;/a&gt;

where &quot;testo&quot; is the name of the central pane of the main page frame. In the current version of Safari this of course works. I does not in the nightly build of webkit (downloaded today).

Perhaps this is connected with the bug http://bugs.webkit.org/show_bug.cgi?id=10828 ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>7281</commentid>
    <comment_count>1</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-06-17 08:00:20 -0700</bug_when>
    <thetext>*** Bug 14194 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>7268</commentid>
    <comment_count>2</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-06-17 09:24:53 -0700</bug_when>
    <thetext>This works for me with Safari 3.0 (522.11) and a local debug build of WebKit r23546 on Mac OS X 10.4.9 (8P135).  Giuliano, do you still see this issue?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>7213</commentid>
    <comment_count>3</comment_count>
    <who name="Giuliano Gavazzi">jmail-bugs.webkit.org</who>
    <bug_when>2007-06-18 01:29:04 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; This works for me with Safari 3.0 (522.11) and a local debug build of WebKit
&gt; r23546 on Mac OS X 10.4.9 (8P135).  Giuliano, do you still see this issue?
&gt; 

David,
in webkit r23558 I still see it on http://www.elfo.org/
I have not tried Safari 3.0 yet.
Note that I am on PPC, if that makes any difference.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>7207</commentid>
    <comment_count>4</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-06-18 06:08:03 -0700</bug_when>
    <thetext>Confirmed with a local debug build of WebKit r23546 with Safari 3.0 (522.11) on Mac OS X 10.4.9 (8P135).

* STEPS TO REPRODUCE
1. Launch Safari/WebKit.
2. Disable Pop-up Blocking from the &quot;Safari&quot; menu if it is enabled.
3. Go to URL:  http://www.elfo.org/
4. Click in first link in the popped-up window.

* EXPECTED RESULTS
The center frame in the original window (http://www.elfo.org/) should load the new URL.

* ACTUAL RESULTS
Nothing happens.

* REGRESSION
I am unable to test regressions in Safari 2.0.4 (419.3) after installing the 3.0 beta.

* NOTES
This error is printed on the console in Step 3, which may be related to the bug:

ERROR: No parent frame in transitionToCommitted:, FrameLoadTypeInternal
(/path/to/WebKit/WebCore/loader/FrameLoader.cpp:4099 updateHistoryForInternalLoad)

There is also a JavaScript error when loading the main page, but I don&apos;t think it&apos;s related to this bug (Line 20 is between &quot;--&gt;&quot; and the closing &lt;/script&gt; tag?!) :

[3251] http://www.elfo.org/scena/scena.html line 20: TypeError: Undefined value

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>7204</commentid>
    <comment_count>5</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-06-18 06:41:04 -0700</bug_when>
    <thetext>* REGRESSION
This is a regression since I managed to test the original Safari 2.0.4 (419.3) with the original WebKit.framework, and this works in that version.

Note that this works in Firefox 2.0.0.4 on Mac OS X 10.4.9 (8P135).

In Opera 9.21, the pop-up window never appears even with &quot;Pop-ups&quot; preference set to &quot;Open all pop-ups&quot;.

It would be interesting to know what MSIE 6/7 does.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>7203</commentid>
    <comment_count>6</comment_count>
    <who name="Giuliano Gavazzi">jmail-bugs.webkit.org</who>
    <bug_when>2007-06-18 07:27:56 -0700</bug_when>
    <thetext>On my machine 10.4.9/8P135 (up to SecUpd2007-004Ti included) I do not see the JavaScript console messages in Safari  2.0.4/419.3 and Webkit r23558.
There were two inline css and 1 inline javascript syntax errors according to Opera. I cleared those and now Opera shows the popup.
These corrections do not change the situation with Webkit.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>7041</commentid>
    <comment_count>7</comment_count>
    <who name="Giuliano Gavazzi">jmail-bugs.webkit.org</who>
    <bug_when>2007-06-20 05:11:40 -0700</bug_when>
    <thetext>(In reply to comment #5)
&gt; It would be interesting to know what MSIE 6/7 does.

looking at the logs I guess that it works fine (the referrer field in the logs is compatible with this). Although the page corresponding to the popup can also be opened in the main frame, I can distinguish this case in the log.

Looking at the logs I noticed that in WebKit the links targeting the main frame simply do not perform any http request to the server. No wonder they do not work..</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>6812</commentid>
    <comment_count>8</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-06-21 17:05:57 -0700</bug_when>
    <thetext>&lt;rdar://problem/5286420&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>6370</commentid>
    <comment_count>9</comment_count>
    <who name="Maxime BRITTO">mbritto</who>
    <bug_when>2007-06-25 05:58:15 -0700</bug_when>
    <thetext>I tried to copy the files from the website to my HD and then it was working.
The only thing I modified was the JS call to open the popup : 
before : pippo=window.open(&quot;/bacheca/bacheca.html&quot;,&quot;popup&quot;,opt);
after : pippo=window.open(&quot;../bacheca/bacheca.html&quot;,&quot;popup&quot;,opt);

I don&apos;t really understand how the site can work locally but not remotely...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3774</commentid>
    <comment_count>10</comment_count>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2007-07-24 16:13:13 -0700</bug_when>
    <thetext>&quot;I don&apos;t really understand how the site can work locally but not remotely...&quot;

Local files are allowed to access any resource they wish - both local and remote.  There&apos;s little security checking on them.

When these pages are on a live, remote server, they are held to a higher security standard.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3748</commentid>
    <comment_count>11</comment_count>
    <who name="Maxime BRITTO">mbritto</who>
    <bug_when>2007-07-25 01:47:19 -0700</bug_when>
    <thetext>I have the fix, I&apos;m working now on the test case.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3742</commentid>
    <comment_count>12</comment_count>
      <attachid>15680</attachid>
    <who name="Maxime BRITTO">mbritto</who>
    <bug_when>2007-07-25 05:41:22 -0700</bug_when>
    <thetext>Created attachment 15680
proposed fix

Here is the fix, there is no attached test case because I&apos;m not very good at these but I&apos;m sure about the fix.
If the test case is essential I can give it another try but I&apos;d prefer to wait for the reviewer opinion.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3738</commentid>
    <comment_count>13</comment_count>
      <attachid>15682</attachid>
    <who name="Maxime BRITTO">mbritto</who>
    <bug_when>2007-07-25 08:26:00 -0700</bug_when>
    <thetext>Created attachment 15682
test case (needs changes in DRT to work)

This is the test case mitz, bdash and I made but for now it is useless. It will be usefull if the DRT is changed to handle differently the group name of the frames.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3736</commentid>
    <comment_count>14</comment_count>
      <attachid>15680</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2007-07-25 08:34:53 -0700</bug_when>
    <thetext>Comment on attachment 15680
proposed fix

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3734</commentid>
    <comment_count>15</comment_count>
      <attachid>15683</attachid>
    <who name="">mitz</who>
    <bug_when>2007-07-25 08:54:38 -0700</bug_when>
    <thetext>Created attachment 15683
Allow testing of cross-page frame lookup

Does not regress any existing test.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3733</commentid>
    <comment_count>16</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2007-07-25 08:57:56 -0700</bug_when>
    <thetext>Please do continue to work on a test case for this. I landed the fix, but we really need a regression test too.

Committed revision 24623.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3732</commentid>
    <comment_count>17</comment_count>
      <attachid>15683</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2007-07-25 09:53:03 -0700</bug_when>
    <thetext>Comment on attachment 15683
Allow testing of cross-page frame lookup

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2551</commentid>
    <comment_count>18</comment_count>
    <who name="Giuliano Gavazzi">jmail-bugs.webkit.org</who>
    <bug_when>2007-08-11 00:32:38 -0700</bug_when>
    <thetext>(In reply to comment #12)
&gt; Created an attachment (id=15680) [edit]
&gt; proposed fix
&gt; 
&gt; Here is the fix, there is no attached test case because I&apos;m not very good at
&gt; these but I&apos;m sure about the fix.
&gt; If the test case is essential I can give it another try but I&apos;d prefer to wait
&gt; for the reviewer opinion.
&gt; 

thank you for the fix. I have finally tested r25000 with the original site (although it is a non stationary site...) and it works. Will make a couple of static test pages to put on the site and keep an eye of the next releases.
Giuliano</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1556</commentid>
    <comment_count>19</comment_count>
    <who name="">mitz</who>
    <bug_when>2007-08-24 06:55:53 -0700</bug_when>
    <thetext>DRT changes and test landed in r25206.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>15680</attachid>
            <date>2007-07-25 05:41:22 -0700</date>
            <delta_ts>2007-07-25 08:34:53 -0700</delta_ts>
            <desc>proposed fix</desc>
            <filename>20070725mBrittoBug11756.txt</filename>
            <type>text/plain</type>
            <size>1255</size>
            <attacher name="Maxime BRITTO">mbritto</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYkNvcmUvQ2hhbmdlTG9nCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFdlYkNvcmUvQ2hhbmdlTG9n
CShyZXZpc2lvbiAyNDYxOSkKKysrIFdlYkNvcmUvQ2hhbmdlTG9nCSh3b3JraW5nIGNvcHkpCkBA
IC0xLDMgKzEsMTQgQEAKKzIwMDctMDctMjUgIE1heGltZSBCcml0dG8gIDxtYnJpdHRvQHBsZXlv
LmNvbT4KKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKyAgICAgICAgQnVn
IHJlbGF0ZWQgOgorICAgICAgICBodHRwOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9p
ZD0xMTc1NgorICAgICAgICA8cmRhcjovL3Byb2JsZW0vNTI4NjQyMD4KKyAgICAgICAgRml4aW5n
IGEgdHlwbyBlcnJvciB0byByZWFsbHkgY29tcGFyZSB0aGUgcHJlc2VudCBkb21haW4gdG8gdGhl
IGRvbWFpbiBvZiB0aGUgcGFyZW50IG9mIHRoZSB0YXJnZXRlZCBmcmFtZS4KKworICAgICAgICAq
IGxvYWRlci9GcmFtZUxvYWRlci5jcHA6CisgICAgICAgIChXZWJDb3JlOjpGcmFtZUxvYWRlcjo6
Y2FuVGFyZ2V0KToKKwogMjAwNy0wNy0yNCAgT2xpdmVyIEh1bnQgIDxvbGl2ZXJAYXBwbGUuY29t
PgogCiAgICAgICAgIFJldmlld2VkIGJ5IEFkYW0gYW5kIEp1c3Rpbi4KSW5kZXg6IFdlYkNvcmUv
bG9hZGVyL0ZyYW1lTG9hZGVyLmNwcAo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBXZWJDb3JlL2xvYWRlci9GcmFt
ZUxvYWRlci5jcHAJKHJldmlzaW9uIDI0NjE5KQorKysgV2ViQ29yZS9sb2FkZXIvRnJhbWVMb2Fk
ZXIuY3BwCSh3b3JraW5nIGNvcHkpCkBAIC0yMjI0LDcgKzIyMjQsNyBAQCBib29sIEZyYW1lTG9h
ZGVyOjpjYW5UYXJnZXQoRnJhbWUqIHRhcmdlCiAgICAgLy8gQWxsb3cgaWYgdGhlIGRvbWFpbiBv
ZiB0aGUgcGFyZW50IG9mIHRoZSB0YXJnZXRlZCBmcmFtZSBlcXVhbHMgdGhpcyBkb21haW4uCiAg
ICAgU3RyaW5nIHBhcmVudERvbWFpbjsKICAgICBpZiAoRG9jdW1lbnQqIHBhcmVudERvY3VtZW50
ID0gcGFyZW50LT5kb2N1bWVudCgpKQotICAgICAgICBkb21haW4gPSBwYXJlbnREb2N1bWVudC0+
ZG9tYWluKCk7CisgICAgICAgIHBhcmVudERvbWFpbiA9IHBhcmVudERvY3VtZW50LT5kb21haW4o
KTsKICAgICByZXR1cm4gZXF1YWxJZ25vcmluZ0Nhc2UocGFyZW50RG9tYWluLCBkb21haW4pOwog
fQ==
</data>
<flag name="review"
          id="6530"
          type_id="1"
          status="+"
          setter="darin"
    />
          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>15682</attachid>
            <date>2007-07-25 08:26:00 -0700</date>
            <delta_ts>2007-07-25 08:26:00 -0700</delta_ts>
            <desc>test case (needs changes in DRT to work)</desc>
            <filename>LayoutTest11756.zip</filename>
            <type>application/zip</type>
            <size>3922</size>
            <attacher name="Maxime BRITTO">mbritto</attacher>
            
              <data encoding="base64">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
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>15683</attachid>
            <date>2007-07-25 08:54:38 -0700</date>
            <delta_ts>2007-07-25 09:53:03 -0700</delta_ts>
            <desc>Allow testing of cross-page frame lookup</desc>
            <filename>11756_DRT.patch</filename>
            <type>text/plain</type>
            <size>1440</size>
            <attacher>mitz</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYktpdFRvb2xzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBXZWJLaXRUb29scy9D
aGFuZ2VMb2cJKHJldmlzaW9uIDI0NjE5KQorKysgV2ViS2l0VG9vbHMvQ2hhbmdlTG9nCSh3b3Jr
aW5nIGNvcHkpCkBAIC0xLDMgKzEsMTcgQEAKKzIwMDctMDctMjUgIE1pdHogUGV0dGVsICA8bWl0
ekB3ZWJraXQub3JnPgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisg
ICAgICAgIC0gRHVtcFJlbmRlclRyZWUgY2hhbmdlcyB0byBhbGxvdyB0ZXN0aW5nIGZvcgorICAg
ICAgICAgIGh0dHA6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTExNzU2CisgICAg
ICAgICAgUkVHUkVTU0lPTjogbGluayB0YXJnZXRpbmcgYSBmcmFtZSBpbiBhbm90aGVyIHdpbmRv
dyBkb2VzIG5vdCB3b3JrCisKKyAgICAgICAgICBVc2UgYSBmcmFtZSBncm91cCBuYW1lIGZvciBh
bGwgV2ViVmlld3MgY3JlYXRlZCBieSBEdW1wUmVuZGVyVHJlZSB0bworICAgICAgICAgIGFsbG93
IHRlc3Rpbmcgb2YgY3Jvc3MtcGFnZSBmcmFtZSBsb29rdXAuCisKKyAgICAgICAgKiBEdW1wUmVu
ZGVyVHJlZS9EdW1wUmVuZGVyVHJlZS5tOgorICAgICAgICAoY3JlYXRlV2ViVmlldyk6CisKIDIw
MDctMDctMjMgIEFkYW0gVHJlYXQgIDx0cmVhdEBrZGUub3JnPgogCiAgICAgICAgIFJldmlld2Vk
IGJ5IE5pa29sYXMuCkluZGV4OiBXZWJLaXRUb29scy9EdW1wUmVuZGVyVHJlZS9EdW1wUmVuZGVy
VHJlZS5tCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT0KLS0tIFdlYktpdFRvb2xzL0R1bXBSZW5kZXJUcmVlL0R1bXBSZW5k
ZXJUcmVlLm0JKHJldmlzaW9uIDI0NjE5KQorKysgV2ViS2l0VG9vbHMvRHVtcFJlbmRlclRyZWUv
RHVtcFJlbmRlclRyZWUubQkod29ya2luZyBjb3B5KQpAQCAtMzc0LDcgKzM3NCw3IEBAIHN0YXRp
YyB2b2lkIG1ha2VMYXJnZU1hbGxvY0ZhaWxTaWxlbnRseSgKIFdlYlZpZXcgKmNyZWF0ZVdlYlZp
ZXcoKQogewogICAgIE5TUmVjdCByZWN0ID0gTlNNYWtlUmVjdCgwLCAwLCBtYXhWaWV3V2lkdGgs
IG1heFZpZXdIZWlnaHQpOwotICAgIFdlYlZpZXcgKndlYlZpZXcgPSBbW1dlYlZpZXcgYWxsb2Nd
IGluaXRXaXRoRnJhbWU6cmVjdF07CisgICAgV2ViVmlldyAqd2ViVmlldyA9IFtbV2ViVmlldyBh
bGxvY10gaW5pdFdpdGhGcmFtZTpyZWN0IGZyYW1lTmFtZTpuaWwgZ3JvdXBOYW1lOkAib3JnLndl
YmtpdC5EdW1wUmVuZGVyVHJlZSJdOwogICAgICAgICAKICAgICBbd2ViVmlldyBzZXRVSURlbGVn
YXRlOnVpRGVsZWdhdGVdOwogICAgIFt3ZWJWaWV3IHNldEZyYW1lTG9hZERlbGVnYXRlOmZyYW1l
TG9hZERlbGVnYXRlXTsK
</data>
<flag name="review"
          id="6531"
          type_id="1"
          status="+"
          setter="darin"
    />
          </attachment>
      

    </bug>

</bugzilla>