<?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>58208</bug_id>
          
          <creation_ts>2011-04-10 12:39:24 -0700</creation_ts>
          <short_desc>hidden attribute on &lt;input type=file /&gt; suppresses the file selection dialog</short_desc>
          <delta_ts>2012-02-02 00:09:28 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Forms</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Darth">priyajeet.hora</reporter>
          <assigned_to name="Rakesh">rakeshchaitan</assigned_to>
          <cc>abarth</cc>
    
    <cc>ap</cc>
    
    <cc>chuck</cc>
    
    <cc>jrb473</cc>
    
    <cc>priyajeet.hora</cc>
    
    <cc>rakeshchaitan</cc>
    
    <cc>rniwa</cc>
    
    <cc>tkent</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>382924</commentid>
    <comment_count>0</comment_count>
      <attachid>88957</attachid>
    <who name="Darth">priyajeet.hora</who>
    <bug_when>2011-04-10 12:39:24 -0700</bug_when>
    <thetext>Created attachment 88957
testcase

Downstream bug: http://code.google.com/p/chromium/issues/detail?id=78961
Test case attached. Will show file selection box in firefox, and nothing in webkit.

&lt;input id=inp type=file hidden /&gt;
&lt;button onclick=&quot;document.getElementById(&apos;inp&apos;).click();&quot;&gt;Click me&lt;/button&gt;

The onclick event is fired though, which can be tested with a simple alert in the input.

Looking at the spec, I do read
&quot;Elements that are not hidden should not link to or refer to elements that are hidden.&quot;
http://dev.w3.org/html5/spec/Overview.html#the-hidden-attribute
Though unsure if this falls into that category.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>483049</commentid>
    <comment_count>1</comment_count>
    <who name="Shuvam Das">jrb473</who>
    <bug_when>2011-10-13 01:25:21 -0700</bug_when>
    <thetext>As per my observation, in Firefox and IE, we are able to open file system though the &quot;file&quot; element is hidden. 

In spec, there is written &quot;All HTML elements may have the hidden content attribute set.&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>483050</commentid>
    <comment_count>2</comment_count>
    <who name="Shuvam Das">jrb473</who>
    <bug_when>2011-10-13 01:29:39 -0700</bug_when>
    <thetext>As per my observation, in Firefox and IE, we are able to open file system though the &quot;file&quot; element is hidden. 

In spec, there is written &quot;All HTML elements may have the hidden content attribute set.&quot;

So in Chrome and Safari, the behavior should be the same as expected.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>483368</commentid>
    <comment_count>3</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2011-10-13 12:11:30 -0700</bug_when>
    <thetext>&gt; Looking at the spec, I do read

That&apos;s conformance information for authors, not for user agents.

We probably should match Firefox and IE here.  Suppressing the dialog in this case isn&apos;t buying us any security.  (The control could just as easily be &quot;hidden&quot; by being positioned off-screen.)

There&apos;s some question about whether the click() method should work at all on this control, but it&apos;s behavior shouldn&apos;t be different depending on the hidden attribute (unless required by compatibility).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>483379</commentid>
    <comment_count>4</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2011-10-13 12:20:28 -0700</bug_when>
    <thetext>FWIW, we also disable implicit submission when a button is hidden.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>483381</commentid>
    <comment_count>5</comment_count>
    <who name="Charles Pritchard">chuck</who>
    <bug_when>2011-10-13 12:21:28 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; There&apos;s some question about whether the click() method should work at all on this control, but it&apos;s behavior shouldn&apos;t be different depending on the hidden attribute (unless required by compatibility).

Mozilla has enabled the .click() method even when the control is otherwise hidden. Using opacity: 0 and setting width/height dimensions are what I usually do for WebKit, though webkit&apos;s pseudo-selectors are powerful enough to handle it with more grace.

I strongly suggest keeping click, to stay in line with Mozilla.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>545818</commentid>
    <comment_count>6</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2012-01-30 23:53:58 -0800</bug_when>
    <thetext>Duplicate of bug 53246?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>546074</commentid>
    <comment_count>7</comment_count>
      <attachid>124739</attachid>
    <who name="Rakesh">rakeshchaitan</who>
    <bug_when>2012-01-31 08:16:47 -0800</bug_when>
    <thetext>Created attachment 124739
Proposed patch

Patch v1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>546077</commentid>
    <comment_count>8</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-01-31 08:20:37 -0800</bug_when>
    <thetext>Attachment 124739 did not pass style-queue:

Failed to run &quot;[&apos;Tools/Scripts/update-webkit&apos;]&quot; exit_code: 9

Updating OpenSource
First, rewinding head to replay your work on top of it...
Applying: Fix compilation errors on build-webkit --debug --no-workers on mac.
Using index info to reconstruct a base tree...
Falling back to patching base and 3-way merge...
Auto-merging LayoutTests/ChangeLog
CONFLICT (content): Merge conflict in LayoutTests/ChangeLog
Auto-merging LayoutTests/platform/qt/Skipped
CONFLICT (content): Merge conflict in LayoutTests/platform/qt/Skipped
Auto-merging Source/WebCore/ChangeLog
CONFLICT (content): Merge conflict in Source/WebCore/ChangeLog
Failed to merge in the changes.
Patch failed at 0001 Fix compilation errors on build-webkit --debug --no-workers on mac.

When you have resolved this problem run &quot;git rebase --continue&quot;.
If you would prefer to skip this patch, instead run &quot;git rebase --skip&quot;.
To restore the original branch and stop rebasing run &quot;git rebase --abort&quot;.

rebase refs/remotes/origin/master: command returned error: 1

Died at Tools/Scripts/update-webkit line 164.


If any of these errors are false positives, please file a bug against check-webkit-style.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>546385</commentid>
    <comment_count>9</comment_count>
      <attachid>124739</attachid>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-01-31 12:42:52 -0800</bug_when>
    <thetext>Comment on attachment 124739
Proposed patch

Is it possible to use a similar technique employed in input-file-not-open-without-gesture.html to automatically test this?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>546794</commentid>
    <comment_count>10</comment_count>
    <who name="Rakesh">rakeshchaitan</who>
    <bug_when>2012-01-31 21:45:51 -0800</bug_when>
    <thetext>(In reply to comment #9)
&gt; (From update of attachment 124739 [details])
&gt; Is it possible to use a similar technique employed in input-file-not-open-without-gesture.html to automatically test this?

Thanks for taking time to see this.

I think it is not possible to automate this test as file dialog opens only when there is user gesture. In input-file-not-open-without-gesture.html the test is other way round where we don&apos;t want file dialog to open when not an user gesture. Please do suggest if there is an way to automate.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>546802</commentid>
    <comment_count>11</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-01-31 21:55:29 -0800</bug_when>
    <thetext>(In reply to comment #10)
&gt; I think it is not possible to automate this test as file dialog opens only when there is user gesture. In input-file-not-open-without-gesture.html the test is other way round where we don&apos;t want file dialog to open when not an user gesture. Please do suggest if there is an way to automate.

But you can use eventSender to generate that &quot;gesture&quot;, right?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>546957</commentid>
    <comment_count>12</comment_count>
    <who name="Rakesh">rakeshchaitan</who>
    <bug_when>2012-02-01 02:49:29 -0800</bug_when>
    <thetext>(In reply to comment #11)
&gt; (In reply to comment #10)
&gt; &gt; I think it is not possible to automate this test as file dialog opens only when there is user gesture. In input-file-not-open-without-gesture.html the test is other way round where we don&apos;t want file dialog to open when not an user gesture. Please do suggest if there is an way to automate.
&gt; 
&gt; But you can use eventSender to generate that &quot;gesture&quot;, right?

Yes, I tried using eventSender but the problem is that when file dialog shows up
the current focus is on file dialog and until the file dialog closes the test won&apos;t end.

As per my understanding even if we generate user event with eventSender and test that body does not get the click event, we need to close the native file open dialog some how so that test ends(I think sending escape key event through eventSender will not have effect on native dialog).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>546960</commentid>
    <comment_count>13</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-02-01 02:53:30 -0800</bug_when>
    <thetext>(In reply to comment #12)
&gt; Yes, I tried using eventSender but the problem is that when file dialog shows up
&gt; the current focus is on file dialog and until the file dialog closes the test won&apos;t end.

input-file-not-open-without-gesture.html uses setTimeout for that. It schedules a call to notifyDone before opening the dialog.

&gt; As per my understanding even if we generate user event with eventSender and test that body does not get the click event, we need to close the native file open dialog some how so that test ends(I think sending escape key event through eventSender will not have effect on native dialog).

So calling notifyDone in setTimeout won&apos;t work?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>546979</commentid>
    <comment_count>14</comment_count>
    <who name="Rakesh">rakeshchaitan</who>
    <bug_when>2012-02-01 03:29:17 -0800</bug_when>
    <thetext>(In reply to comment #13)

&gt; input-file-not-open-without-gesture.html uses setTimeout for that. It schedules a call to notifyDone before opening the dialog.

Yes, it does and it works fine as file dialog does not open in this test. input-file-not-open-without-gesture.html does timeout if the click happens through eventSender.
 
&gt; So calling notifyDone in setTimeout won&apos;t work?

It does not work as file dialog is still open and the call FileInputType::handleDOMActivateEvent is not yet complete, I mean the stack has not yet unwinded.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>547107</commentid>
    <comment_count>15</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2012-02-01 08:54:31 -0800</bug_when>
    <thetext>The file dialog should not be appearing in DRT and WTR, similarly to how alert() does not start a modal loop. This might require changes in WebCore and test runners.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>547652</commentid>
    <comment_count>16</comment_count>
    <who name="Rakesh">rakeshchaitan</who>
    <bug_when>2012-02-01 22:17:22 -0800</bug_when>
    <thetext>(In reply to comment #15)
&gt; The file dialog should not be appearing in DRT and WTR, similarly to how alert() does not start a modal loop. This might require changes in WebCore and test runners.

What do you suggest, should we go ahead with this patch and for file dialog not be showing up in DRT and WTR we can file a new bug?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>547679</commentid>
    <comment_count>17</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2012-02-01 23:24:53 -0800</bug_when>
    <thetext>It would certainly be better to make this testable and add a test in the same patch. But I didn&apos;t override the r+, meaning that I don&apos;t object to landing the patch as is.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>547683</commentid>
    <comment_count>18</comment_count>
      <attachid>124739</attachid>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-02-01 23:32:08 -0800</bug_when>
    <thetext>Comment on attachment 124739
Proposed patch

Given that it&apos;s hard to automate the test, it seems fine to land the patch as is.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>547701</commentid>
    <comment_count>19</comment_count>
      <attachid>124739</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-02-02 00:09:23 -0800</bug_when>
    <thetext>Comment on attachment 124739
Proposed patch

Clearing flags on attachment: 124739

Committed r106538: &lt;http://trac.webkit.org/changeset/106538&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>547702</commentid>
    <comment_count>20</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-02-02 00:09:28 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>88957</attachid>
            <date>2011-04-10 12:39:24 -0700</date>
            <delta_ts>2011-04-10 12:39:24 -0700</delta_ts>
            <desc>testcase</desc>
            <filename>test.html</filename>
            <type>text/html</type>
            <size>246</size>
            <attacher name="Darth">priyajeet.hora</attacher>
            
              <data encoding="base64">PCFET0NUWVBFIGh0bWw+CjxodG1sPgo8aGVhZD4KCTxtZXRhIGNoYXJzZXQ9J3V0Zi04JyAvPgoJ
PHRpdGxlPnRlc3Q8L3RpdGxlPgo8L2hlYWQ+Cjxib2R5Pgo8aW5wdXQgaWQ9aW5wIHR5cGU9ImZp
bGUiIGhpZGRlbiAvPgo8YnV0dG9uIG9uY2xpY2s9ImRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdp
bnAnKS5jbGljaygpOyI+Q2xpY2sgbWU8L2J1dHRvbj4KPGRpdiBoaWRkZW4+YWRmc2RmZmQ8L2Rp
dj4KPC9ib2R5Pgo8L2h0bWw+
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>124739</attachid>
            <date>2012-01-31 08:16:47 -0800</date>
            <delta_ts>2012-02-02 00:09:23 -0800</delta_ts>
            <desc>Proposed patch</desc>
            <filename>bug-58208-20120131214743.patch</filename>
            <type>text/plain</type>
            <size>2964</size>
            <attacher name="Rakesh">rakeshchaitan</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTA2MzU0CmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViQ29yZS9D
aGFuZ2VMb2cgYi9Tb3VyY2UvV2ViQ29yZS9DaGFuZ2VMb2cKaW5kZXggZDJhODRjYmM4OWM0ODMw
MGRiNGY5OWM1Y2M5Njk1NDhjYzMzZDY0MS4uZTkzY2M3Nzg3ZDZjNWE1MzYzNmI3YTIyMDA3MmQy
ZGQwNWM3MDc3ZSAxMDA2NDQKLS0tIGEvU291cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCisrKyBiL1Nv
dXJjZS9XZWJDb3JlL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE5IEBACisyMDEyLTAxLTMxICBSYWtl
c2ggS04gIDxyYWtlc2gua25AbW90b3JvbGEuY29tPgorCisgICAgICAgIGhpZGRlbiBhdHRyaWJ1
dGUgb24gPGlucHV0IHR5cGU9ZmlsZSAvPiBzdXBwcmVzc2VzIHRoZSBmaWxlIHNlbGVjdGlvbiBk
aWFsb2cKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTU4
MjA4CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgV2Ug
d2FudCB0byBhbGxvdyBvcGVuaW5nIGZpbGUgZGlhbG9nIG9uIGhpZGRlbiBlbGVtZW50IHdoZW4g
Y2xpY2soKSBpcyBjYWxsZWQKKyAgICAgICAgb24gdGhlIGVsZW1lbnQuIFRoZSBiZWhhdmlvdXIg
aXMgc2ltaWxhciB0byBGaXJlZm94IGFuZCBJRS4KKworICAgICAgICBBZGRlZCBtYW51YWwgdGVz
dCBhcyB0aGUgZmlsZSBkaWFsb2cgb3BlbnMgb25seSBvbiB1c2VyIGdlc3R1cmUuCisKKyAgICAg
ICAgKiBodG1sL0ZpbGVJbnB1dFR5cGUuY3BwOgorICAgICAgICAoV2ViQ29yZTo6RmlsZUlucHV0
VHlwZTo6aGFuZGxlRE9NQWN0aXZhdGVFdmVudCk6CisgICAgICAgIFJlbW92ZWQgcmVuZGVyZXIg
Y2hlY2sgYXMgaW5wdXQgY2FuIGJlIGhpZGRlbi4KKwogMjAxMi0wMS0zMSAgQWxleGVpIEZpbGlw
cG92ICA8YWxleGVpZkBjaHJvbWl1bS5vcmc+CiAKICAgICAgICAgV2ViIEluc3BlY3Rvcjogc2hv
dyBzaXplcyBpbiBieXRlcyBpbnN0ZWFkIG9mIEtCLCBNQiBpbiBoZWFwIHByb2ZpbGVyLgpkaWZm
IC0tZ2l0IGEvU291cmNlL1dlYkNvcmUvaHRtbC9GaWxlSW5wdXRUeXBlLmNwcCBiL1NvdXJjZS9X
ZWJDb3JlL2h0bWwvRmlsZUlucHV0VHlwZS5jcHAKaW5kZXggNzZlZmE0MTc4NjY5OGJkNGY2OTU3
OTdjOTVmM2E3MzJkMjMwMjY2Yi4uZWE5YTJlZTY4ZmIyNTQwMDg4MGQ1YTIzZmQ4YjRmYTMzYjk5
YWQ0NSAxMDA2NDQKLS0tIGEvU291cmNlL1dlYkNvcmUvaHRtbC9GaWxlSW5wdXRUeXBlLmNwcAor
KysgYi9Tb3VyY2UvV2ViQ29yZS9odG1sL0ZpbGVJbnB1dFR5cGUuY3BwCkBAIC0xMzksNyArMTM5
LDcgQEAgU3RyaW5nIEZpbGVJbnB1dFR5cGU6OnZhbHVlTWlzc2luZ1RleHQoKSBjb25zdAogCiB2
b2lkIEZpbGVJbnB1dFR5cGU6OmhhbmRsZURPTUFjdGl2YXRlRXZlbnQoRXZlbnQqIGV2ZW50KQog
ewotICAgIGlmIChlbGVtZW50KCktPmRpc2FibGVkKCkgfHwgIWVsZW1lbnQoKS0+cmVuZGVyZXIo
KSkKKyAgICBpZiAoZWxlbWVudCgpLT5kaXNhYmxlZCgpKQogICAgICAgICByZXR1cm47CiAKICAg
ICBpZiAoIVNjcmlwdENvbnRyb2xsZXI6OnByb2Nlc3NpbmdVc2VyR2VzdHVyZSgpKQpkaWZmIC0t
Z2l0IGEvQ2hhbmdlTG9nIGIvQ2hhbmdlTG9nCmluZGV4IDY5MTk3MzQ3YmU0YjUzZGFiMzk0MjVm
YzFhZWFjZDhlNjFjNTJjMTkuLjU5ZjMyZDJjNDJhNjEwNjg5Yzk2NzNmNzFkZmYzZDhmOWFlZTNm
ZjEgMTAwNjQ0Ci0tLSBhL0NoYW5nZUxvZworKysgYi9DaGFuZ2VMb2cKQEAgLTEsMyArMSwxMyBA
QAorMjAxMi0wMS0zMSAgUmFrZXNoIEtOICA8cmFrZXNoLmtuQG1vdG9yb2xhLmNvbT4KKworICAg
ICAgICBoaWRkZW4gYXR0cmlidXRlIG9uIDxpbnB1dCB0eXBlPWZpbGUgLz4gc3VwcHJlc3NlcyB0
aGUgZmlsZSBzZWxlY3Rpb24gZGlhbG9nCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3Jn
L3Nob3dfYnVnLmNnaT9pZD01ODIwOAorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09Q
UyEpLgorCisgICAgICAgICogTWFudWFsVGVzdHMvaW5wdXQtZmlsZS1oaWRkZW4tb3Blbi1kaWFs
b2ctb24tY2xpY2suaHRtbDogQWRkZWQuCisgICAgICAgIEFkZGluZyBtYW51YWwgdGVzdCBhcyB0
aGUgZmlsZSBkaWFsb2cgb3BlbnMgb25seSBpbiBVc2VyIGdlc3R1cmUuCisKIDIwMTItMDEtMzEg
IE5heWFuIEt1bWFyIEsgIDxuYXlhbmtrQG1vdG9yb2xhLmNvbT4KIAogICAgICAgICBbR1RLXSBS
ZW1vdmUgVjggY29tcGlsYXRpb24gb3B0aW9uLgpkaWZmIC0tZ2l0IGEvTWFudWFsVGVzdHMvaW5w
dXQtZmlsZS1oaWRkZW4tb3Blbi1kaWFsb2ctb24tY2xpY2suaHRtbCBiL01hbnVhbFRlc3RzL2lu
cHV0LWZpbGUtaGlkZGVuLW9wZW4tZGlhbG9nLW9uLWNsaWNrLmh0bWwKbmV3IGZpbGUgbW9kZSAx
MDA2NDQKaW5kZXggMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMC4uZTgw
NDJkYjRkM2ViZTQ2MWI0Y2RlYWNhNDdhOTcwYzk0MzE1ZjIxYQotLS0gL2Rldi9udWxsCisrKyBi
L01hbnVhbFRlc3RzL2lucHV0LWZpbGUtaGlkZGVuLW9wZW4tZGlhbG9nLW9uLWNsaWNrLmh0bWwK
QEAgLTAsMCArMSwxMiBAQAorPCFET0NUWVBFIGh0bWw+Cis8aHRtbD4KKzxoZWFkPgorICAgIDxt
ZXRhIGNoYXJzZXQ9J3V0Zi04JyAvPgorICAgIDx0aXRsZT5UZXN0IHRoYXQgZmlsZSBkaWFsb2cg
b3BlbnMgd2hlbiBjbGljaygpIGlzIGNhbGxlZCA8L3RpdGxlPgorPC9oZWFkPgorPGJvZHk+CitU
ZXN0IG1hbnVhbGx5IHRoYXQgd2hlbiB5b3UgY2xpY2sgb24gIkNsaWNrIG1lIiBidXR0b24sIGFu
IGZpbGUgb3BlbiBkaWFsb2cgYXBwZWFycy4KKzxpbnB1dCBpZD1maWxlaW5wdXQgdHlwZT0iZmls
ZSIgaGlkZGVuIC8+Cis8YnV0dG9uIG9uY2xpY2s9ImRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdm
aWxlaW5wdXQnKS5jbGljaygpOyI+Q2xpY2sgbWU8L2J1dHRvbj4KKzwvYm9keT4KKzwvaHRtbD4K
</data>

          </attachment>
      

    </bug>

</bugzilla>