<?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>69619</bug_id>
          
          <creation_ts>2011-10-07 05:09:32 -0700</creation_ts>
          <short_desc>[Chromium] select box dropdown list backgound colour error</short_desc>
          <delta_ts>2013-04-12 09:01:07 -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>Forms</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>111873</dup_id>
          
          <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>0</everconfirmed>
          <reporter name="Bákonyi Zsolt">info</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>code.vineet</cc>
    
    <cc>info</cc>
    
    <cc>schenney</cc>
    
    <cc>tkent</cc>
    
    <cc>xiyuan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>479940</commentid>
    <comment_count>0</comment_count>
    <who name="Bákonyi Zsolt">info</who>
    <bug_when>2011-10-07 05:09:32 -0700</bug_when>
    <thetext>The background of a select box is black f.e, and the text colour is yellow. When you click on the select box, the dropdown list background will be white but the text colour still yellow and the text will be unreadable.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>479941</commentid>
    <comment_count>1</comment_count>
      <attachid>110127</attachid>
    <who name="Bákonyi Zsolt">info</who>
    <bug_when>2011-10-07 05:11:17 -0700</bug_when>
    <thetext>Created attachment 110127
The bug itself</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>479950</commentid>
    <comment_count>2</comment_count>
      <attachid>110129</attachid>
    <who name="Vineet Chaudhary (vineetc)">code.vineet</who>
    <bug_when>2011-10-07 05:39:50 -0700</bug_when>
    <thetext>Created attachment 110129
test_case

Attaching test
verified on chrome-linux.
If select element has &quot;background-color:black&quot; then is not inherited to option elements.
Mozilla works fine with this.
I am analyzing this issue more any comments are welcome.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>479962</commentid>
    <comment_count>3</comment_count>
    <who name="Vineet Chaudhary (vineetc)">code.vineet</who>
    <bug_when>2011-10-07 06:20:43 -0700</bug_when>
    <thetext>Old bugzilla reference : https://bugs.webkit.org/show_bug.cgi?id=9846</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>480038</commentid>
    <comment_count>4</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2011-10-07 08:51:33 -0700</bug_when>
    <thetext>Yes, looks like a duplicate of bug 9846.

*** This bug has been marked as a duplicate of bug 9846 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>480041</commentid>
    <comment_count>5</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2011-10-07 08:54:03 -0700</bug_when>
    <thetext>Actually, we still need separate bugs for different platforms, so not tracking as duplicate.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>480957</commentid>
    <comment_count>6</comment_count>
    <who name="Vineet Chaudhary (vineetc)">code.vineet</who>
    <bug_when>2011-10-10 07:45:27 -0700</bug_when>
    <thetext>There is inconsistent chromium behavior for this test case as, this issue is not reproducible on chromium-windows.

After debugging through code below are few observations:

1) In RenderMenuList::itemBackgroundColor() this function there is if checks as (line 475):

    // If the item has an opaque background color, return that.
    if (!backgroundColor.hasAlpha())
        return backgroundColor;

Whenever background-color is not specified for option element it always returns after above statement because backgroundColor has values like m_color = 4294440951 (looks white color) and alpha() == 255.

I think HTMLOptionElement should take/inherit  the background-color from the HTMLSelectElement.
Please let me know any thoughts on this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>481479</commentid>
    <comment_count>7</comment_count>
    <who name="Kent Tamura">tkent</who>
    <bug_when>2011-10-11 00:31:46 -0700</bug_when>
    <thetext>(In reply to comment #6)
&gt; 1) In RenderMenuList::itemBackgroundColor() this function there is if checks as (line 475):
&gt; 
&gt;     // If the item has an opaque background color, return that.
&gt;     if (!backgroundColor.hasAlpha())
&gt;         return backgroundColor;
&gt; 
&gt; Whenever background-color is not specified for option element it always returns after above statement because backgroundColor has values like m_color = 4294440951 (looks white color) and alpha() == 255.
&gt; 
&gt; I think HTMLOptionElement should take/inherit  the background-color from the HTMLSelectElement.
&gt; Please let me know any thoughts on this.

What are the behaviors of other browsers?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>481483</commentid>
    <comment_count>8</comment_count>
    <who name="Bákonyi Zsolt">info</who>
    <bug_when>2011-10-11 00:37:12 -0700</bug_when>
    <thetext>Other browsers are working well, even in windows and linux ( Firefox, Opera, IE ). Google Chrome beta was also good, but after changed to Chronium 15 on my Ubuntu 10.04LTS, this feature went wrong.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>481487</commentid>
    <comment_count>9</comment_count>
    <who name="Vineet Chaudhary (vineetc)">code.vineet</who>
    <bug_when>2011-10-11 00:44:03 -0700</bug_when>
    <thetext>(In reply to comment #8)
&gt; Other browsers are working well, even in windows and linux ( Firefox, Opera, IE ). Google Chrome beta was also good, but after changed to Chronium 15 on my Ubuntu 10.04LTS, this feature went wrong.

More Specifically I tested for

Windows IE(7)    : Pass
Windows Chrome(14.0.835.163) : Pass
Windows Safari(5.1) : Pass
Windows/Linux Opera : Pass

Linux(ubuntu) Chrome(14.0.835.163) : FAILS</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>481491</commentid>
    <comment_count>10</comment_count>
    <who name="Kent Tamura">tkent</who>
    <bug_when>2011-10-11 00:51:08 -0700</bug_when>
    <thetext>I see. So, probably popup-menu code for Chromium-Linux has a regression, and RenderMenuList is innocent.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>481495</commentid>
    <comment_count>11</comment_count>
    <who name="Kent Tamura">tkent</who>
    <bug_when>2011-10-11 00:53:50 -0700</bug_when>
    <thetext>(In reply to comment #9)
&gt; Windows IE(7)    : Pass
&gt; Windows Chrome(14.0.835.163) : Pass
&gt; Windows Safari(5.1) : Pass
&gt; Windows/Linux Opera : Pass
&gt; 
&gt; Linux(ubuntu) Chrome(14.0.835.163) : FAILS

What do you mean by &quot;Pass&quot;? Did the popup menu have black background and yellow foreground?

Mac Opera, Mac Chrome, Mac Safari showed a popup with white background and black foreground.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>481496</commentid>
    <comment_count>12</comment_count>
    <who name="Vineet Chaudhary (vineetc)">code.vineet</who>
    <bug_when>2011-10-11 01:00:34 -0700</bug_when>
    <thetext>(In reply to comment #11)
&gt; (In reply to comment #9)
&gt; &gt; Windows IE(7)    : Pass
&gt; &gt; Windows Chrome(14.0.835.163) : Pass
&gt; &gt; Windows Safari(5.1) : Pass
&gt; &gt; Windows/Linux Opera : Pass
&gt; &gt; 
&gt; &gt; Linux(ubuntu) Chrome(14.0.835.163) : FAILS
&gt; 
&gt; What do you mean by &quot;Pass&quot;? Did the popup menu have black background and yellow foreground?
&gt; 
&gt; Mac Opera, Mac Chrome, Mac Safari showed a popup with white background and black foreground.

I tested for reduction test (attachment (id=110129)).
Pass for Black background and white text.

Fail as White background and white text.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>481566</commentid>
    <comment_count>13</comment_count>
      <attachid>110497</attachid>
    <who name="Vineet Chaudhary (vineetc)">code.vineet</who>
    <bug_when>2011-10-11 04:17:17 -0700</bug_when>
    <thetext>Created attachment 110497
proposed patch

Proposed patch.
Please let me know the review comments on this. 
I will update the patch with the test_case soon.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>481597</commentid>
    <comment_count>14</comment_count>
      <attachid>110507</attachid>
    <who name="Vineet Chaudhary (vineetc)">code.vineet</who>
    <bug_when>2011-10-11 06:21:13 -0700</bug_when>
    <thetext>Created attachment 110507
Updated patch

Updated patch with test case modified.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>481599</commentid>
    <comment_count>15</comment_count>
    <who name="Vineet Chaudhary (vineetc)">code.vineet</who>
    <bug_when>2011-10-11 06:27:56 -0700</bug_when>
    <thetext>(In reply to comment #10)
&gt; I see. So, probably popup-menu code for Chromium-Linux has a regression, and RenderMenuList is innocent.

On debugging it is found that option element was getting the default value from themeChromiumLinux.css which has alpha() 255 so it was returning from RenderMenuList::itemBackgroundColor().

Please find the attached patch which fixes this issue now default color is set as rgba(247,247,247,0);
Regarding test case I have modified current test case manual-tests/item-background.html. 
The new behavior now matches with all other ports.

Please let me know your review comments.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>482320</commentid>
    <comment_count>16</comment_count>
      <attachid>110507</attachid>
    <who name="Kent Tamura">tkent</who>
    <bug_when>2011-10-12 02:52:53 -0700</bug_when>
    <thetext>Comment on attachment 110507
Updated patch

View in context: https://bugs.webkit.org/attachment.cgi?id=110507&amp;action=review

&gt; Source/WebCore/css/themeChromiumLinux.css:40
&gt; -    background-color: #f7f7f7;
&gt; +    background-color: rgba(247,247,247,0);

I don&apos;t think this is correct at all.
Why is it reasonable to make &lt;option&gt; transparent by default?
You have to find a real reason of the regression, and fix it.

&gt; Source/WebCore/manual-tests/item-background.html:74
&gt; -    &lt;div class=&quot;swatch&quot;&gt;&lt;/div&gt;
&gt; +    &lt;div class=&quot;sblack&quot;&gt;&lt;/div&gt;

I understand this is expected color for other browsers.  How about Safari/Windows and Chromium/Windows?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>482328</commentid>
    <comment_count>17</comment_count>
    <who name="Vineet Chaudhary (vineetc)">code.vineet</who>
    <bug_when>2011-10-12 03:18:50 -0700</bug_when>
    <thetext>(In reply to comment #16)
&gt; &gt; Source/WebCore/css/themeChromiumLinux.css:40
&gt; &gt; -    background-color: #f7f7f7;
&gt; &gt; +    background-color: rgba(247,247,247,0);
 
&gt; I don&apos;t think this is correct at all.
&gt; Why is it reasonable to make &lt;option&gt; transparent by default?
&gt; You have to find a real reason of the regression, and fix it.

I agree having &lt;option&gt; transparent by default is wrong but we set bgColor to #f7f7f7 ie. alpha as 1 then,
   if (!backgroundColor.hasAlpha())
        return backgroundColor;
this check will always pass n return and we wont be able set option elements color then.

Another approach we can do is in PopupListBox::paintRow(). Check for
backColor = m_popupClient-&gt;style()-&gt;visitedDependentColor(CSSPropertyBackgroundColor).blend(backgroundColor);

instead of backColor = style.backgroundColor();

//If you don&apos;t mind may I ping you on IRC?

&gt; I understand this is expected color for other browsers.  How about Safari/Windows and Chromium/Windows?

Also for both Safari/Windows and Chromium/Windows expected color is black and blue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>483859</commentid>
    <comment_count>18</comment_count>
    <who name="Vineet Chaudhary (vineetc)">code.vineet</who>
    <bug_when>2011-10-14 02:07:08 -0700</bug_when>
    <thetext>In bugzilla I found related bug https://bugs.webkit.org/show_bug.cgi?id=54115 

In which it is setting default color of option element to #f7f7f7 for linux.
So option element would never gets its parent&apos;s background-style.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>874775</commentid>
    <comment_count>19</comment_count>
    <who name="xiyuan">xiyuan</who>
    <bug_when>2013-04-12 09:01:07 -0700</bug_when>
    <thetext>This is actually fixed in https://bugs.webkit.org/show_bug.cgi?id=111873

*** This bug has been marked as a duplicate of bug 111873 ***</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>110127</attachid>
            <date>2011-10-07 05:11:17 -0700</date>
            <delta_ts>2011-10-07 05:11:17 -0700</delta_ts>
            <desc>The bug itself</desc>
            <filename>cs_cap.png</filename>
            <type>image/png</type>
            <size>0</size>
            <attacher name="Bákonyi Zsolt">info</attacher>
            
              <data encoding="base64"></data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>110129</attachid>
            <date>2011-10-07 05:39:50 -0700</date>
            <delta_ts>2011-10-07 05:39:50 -0700</delta_ts>
            <desc>test_case</desc>
            <filename>test.html</filename>
            <type>text/html</type>
            <size>274</size>
            <attacher name="Vineet Chaudhary (vineetc)">code.vineet</attacher>
            
              <data encoding="base64">PGh0bWw+Cjxib2R5PgoKPHNlbGVjdCBzdHlsZSA9ICJiYWNrZ3JvdW5kLWNvbG9yOmJsYWNrIj4K
ICA8b3B0aW9uIHN0eWxlID0gImNvbG9yOndoaXRlIj5Wb2x2bzwvb3B0aW9uPgogIDxvcHRpb24g
c3R5bGUgPSAiY29sb3I6d2hpdGUiPlNhYWI8L29wdGlvbj4KICA8b3B0aW9uIHN0eWxlID0gImNv
bG9yOndoaXRlIj5NZXJjZWRlczwvb3B0aW9uPgogIDxvcHRpb24gc3R5bGUgPSAiY29sb3I6d2hp
dGUiPkF1ZGk8L29wdGlvbj4KPC9zZWxlY3Q+CiAKPC9ib2R5Pgo8L2h0bWw+Cg==
</data>

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>110497</attachid>
            <date>2011-10-11 04:17:17 -0700</date>
            <delta_ts>2011-10-11 06:21:13 -0700</delta_ts>
            <desc>proposed patch</desc>
            <filename>option_color_001.diff</filename>
            <type>text/plain</type>
            <size>1193</size>
            <attacher name="Vineet Chaudhary (vineetc)">code.vineet</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2Vi
Q29yZS9DaGFuZ2VMb2cJKHJldmlzaW9uIDk3MTQyKQorKysgU291cmNlL1dlYkNvcmUvQ2hhbmdl
TG9nCSh3b3JraW5nIGNvcHkpCkBAIC0xLDMgKzEsMTcgQEAKKzIwMTEtMTAtMTEgIFZpbmVldCBD
aGF1ZGhhcnkgIDx2aW5lZXQuY2hhdWRoYXJ5QG1vdG9yb2xhLmNvbT4KKworICAgICAgICBbQ2hy
b21pdW1dIHNlbGVjdCBib3ggZHJvcGRvd24gbGlzdCBiYWNrZ291bmQgY29sb3VyIGVycm9yCisg
ICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD02OTYxOQorCisg
ICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgIHJlcGxhY2luZyBo
ZXggYmFja2dyb3VuZCBjb2xvciB2YWx1ZSB0byByZXNwZWN0aXZlIFJHQkEuCisKKyAgICAgICAg
Tm8gbmV3IHRlc3RzLiAoT09QUyEpCisKKyAgICAgICAgKiBjc3MvdGhlbWVDaHJvbWl1bUxpbnV4
LmNzczoKKyAgICAgICAgKHNlbGVjdFtzaXplPSIxIl0gb3B0aW9uKToKKwogMjAxMS0xMC0xMSAg
VG9yIEFybmUgVmVzdGLDuCAgPHRvci5hcm5lLnZlc3Rib0Bub2tpYS5jb20+CiAKICAgICAgICAg
W1F0XSBSZW1vdmUgYWxsIHJlZmVyZW5jZXMgdG8gUVRESVJfYnVpbGQgYW5kIHN0YW5kYWxvbmVf
cGFja2FnZQpJbmRleDogU291cmNlL1dlYkNvcmUvY3NzL3RoZW1lQ2hyb21pdW1MaW51eC5jc3MK
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PQotLS0gU291cmNlL1dlYkNvcmUvY3NzL3RoZW1lQ2hyb21pdW1MaW51eC5jc3MJ
KHJldmlzaW9uIDk3MTQxKQorKysgU291cmNlL1dlYkNvcmUvY3NzL3RoZW1lQ2hyb21pdW1MaW51
eC5jc3MJKHdvcmtpbmcgY29weSkKQEAgLTM3LDUgKzM3LDUgQEAgc2VsZWN0IHsKIHNlbGVjdDpu
b3QoW3NpemVdKTpub3QoW211bHRpcGxlXSkgb3B0aW9uLAogc2VsZWN0W3NpemU9IjAiXSBvcHRp
b24sCiBzZWxlY3Rbc2l6ZT0iMSJdIG9wdGlvbiB7Ci0gICAgYmFja2dyb3VuZC1jb2xvcjogI2Y3
ZjdmNzsKKyAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDI0NywyNDcsMjQ3LDApOwogfQo=
</data>

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>110507</attachid>
            <date>2011-10-11 06:21:13 -0700</date>
            <delta_ts>2011-10-14 02:07:23 -0700</delta_ts>
            <desc>Updated patch</desc>
            <filename>option_color_002.diff</filename>
            <type>text/plain</type>
            <size>2783</size>
            <attacher name="Vineet Chaudhary (vineetc)">code.vineet</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2Vi
Q29yZS9DaGFuZ2VMb2cJKHJldmlzaW9uIDk3MTQ4KQorKysgU291cmNlL1dlYkNvcmUvQ2hhbmdl
TG9nCSh3b3JraW5nIGNvcHkpCkBAIC0xLDMgKzEsMTkgQEAKKzIwMTEtMTAtMTEgIFZpbmVldCBD
aGF1ZGhhcnkgIDx2aW5lZXQuY2hhdWRoYXJ5QG1vdG9yb2xhLmNvbT4KKworICAgICAgICBbQ2hy
b21pdW1dIHNlbGVjdCBib3ggZHJvcGRvd24gbGlzdCBiYWNrZ291bmQgY29sb3VyIGVycm9yCisg
ICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD02OTYxOQorCisg
ICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgIFJlcGxhY2luZyBo
ZXggYmFja2dyb3VuZCBjb2xvciB2YWx1ZSB0byByZXNwZWN0aXZlIFJHQkEuCisKKyAgICAgICAg
Tm8gbmV3IHRlc3RzIGFkZGVkIG1vZGlmaWVkIGl0ZW0tYmFja2dyb3VuZC5odG1sIHRvIG1hdGNo
IHRoZQorICAgICAgICBiZWhhdm9yIHdpdGggb3RoZXIgYnJvd3NlcnMuCisKKyAgICAgICAgKiBj
c3MvdGhlbWVDaHJvbWl1bUxpbnV4LmNzczoKKyAgICAgICAgKHNlbGVjdFtzaXplPSIxIl0gb3B0
aW9uKToKKyAgICAgICAgKiBtYW51YWwtdGVzdHMvaXRlbS1iYWNrZ3JvdW5kLmh0bWw6CisKIDIw
MTEtMTAtMTEgIFRvciBBcm5lIFZlc3Riw7ggIDx0b3IuYXJuZS52ZXN0Ym9Abm9raWEuY29tPgog
CiAgICAgICAgIFtRdF0gUmVtb3ZlIGFsbCByZWZlcmVuY2VzIHRvIFFURElSX2J1aWxkIGFuZCBz
dGFuZGFsb25lX3BhY2thZ2UKSW5kZXg6IFNvdXJjZS9XZWJDb3JlL2Nzcy90aGVtZUNocm9taXVt
TGludXguY3NzCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT0KLS0tIFNvdXJjZS9XZWJDb3JlL2Nzcy90aGVtZUNocm9taXVt
TGludXguY3NzCShyZXZpc2lvbiA5NzE0NCkKKysrIFNvdXJjZS9XZWJDb3JlL2Nzcy90aGVtZUNo
cm9taXVtTGludXguY3NzCSh3b3JraW5nIGNvcHkpCkBAIC0zNyw1ICszNyw1IEBAIHNlbGVjdCB7
CiBzZWxlY3Q6bm90KFtzaXplXSk6bm90KFttdWx0aXBsZV0pIG9wdGlvbiwKIHNlbGVjdFtzaXpl
PSIwIl0gb3B0aW9uLAogc2VsZWN0W3NpemU9IjEiXSBvcHRpb24gewotICAgIGJhY2tncm91bmQt
Y29sb3I6ICNmN2Y3Zjc7CisgICAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNDcsMjQ3LDI0Nyww
KTsKIH0KSW5kZXg6IFNvdXJjZS9XZWJDb3JlL21hbnVhbC10ZXN0cy9pdGVtLWJhY2tncm91bmQu
aHRtbAo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2ViQ29yZS9tYW51YWwtdGVzdHMvaXRlbS1iYWNr
Z3JvdW5kLmh0bWwJKHJldmlzaW9uIDk3MTQ0KQorKysgU291cmNlL1dlYkNvcmUvbWFudWFsLXRl
c3RzL2l0ZW0tYmFja2dyb3VuZC5odG1sCSh3b3JraW5nIGNvcHkpCkBAIC0xLDYgKzEsOCBAQAog
PHN0eWxlPgogICAgIGRpdi5jb250YWluZXIgeyBmbG9hdDogbGVmdDsgYmFja2dyb3VuZC1jb2xv
cjogI2VlZTsgcGFkZGluZzogNHB4OyBtYXJnaW46IDRweDsgfQogICAgIGRpdi5zd2F0Y2ggeyB3
aWR0aDogMTRweDsgaGVpZ2h0OiAxNHB4OyBiYWNrZ3JvdW5kLWNvbG9yOiB3aGl0ZTsgcG9zaXRp
b246IHJlbGF0aXZlOyB9CisgICAgZGl2LnNibGFjayB7IHdpZHRoOiAxNHB4OyBoZWlnaHQ6IDE0
cHg7IGJhY2tncm91bmQtY29sb3I6IGJsYWNrOyBwb3NpdGlvbjogcmVsYXRpdmU7IH0KKyAgICBk
aXYuc2JsdWUgeyB3aWR0aDogMTRweDsgaGVpZ2h0OiAxNHB4OyBiYWNrZ3JvdW5kLWNvbG9yOiBy
Z2JhKDAsIDAsIDI1NSwgMC41KTsgcG9zaXRpb246IHJlbGF0aXZlOyB9CiAgICAgZGl2LnN3YXRj
aCBkaXYgeyBwb3NpdGlvbjogYWJzb2x1dGU7IHRvcDogMDsgbGVmdDogMDsgd2lkdGg6IDEwMCU7
IGhlaWdodDogMTAwJTsgfQogICAgIHNlbGVjdCB7IGRpc3BsYXk6IGJsb2NrOyBtYXJnaW4tbGVm
dDogMTRweDsgbWFyZ2luLWJvdHRvbTogMXB4OyB9CiAKQEAgLTY5LDcgKzcxLDcgQEAKICAgICAg
ICAgPG9wdGlvbiBjbGFzcz0ic2VtaWdyZWVuIj41MCUgdHJhbnNwYXJlbnQgZ3JlZW4gb3B0aW9u
PC9vcHRpb24+CiAgICAgICAgIDxvcHRpb24gY2xhc3M9ImRhcmtlbiI+MzMlIHRyYW5zcGFyZW50
IGJsYWNrIG9wdGlvbjwvb3B0aW9uPgogICAgIDwvc2VsZWN0PgotICAgIDxkaXYgY2xhc3M9InN3
YXRjaCI+PC9kaXY+CisgICAgPGRpdiBjbGFzcz0ic2JsYWNrIj48L2Rpdj4KICAgICA8ZGl2IGNs
YXNzPSJzd2F0Y2giPgogICAgICAgICA8ZGl2PgogICAgICAgICAgICAgPGRpdiBjbGFzcz0ic29s
aWQiPjwvZGl2PgpAQCAtMTMxLDcgKzEzMyw3IEBACiAgICAgICAgIDxvcHRpb24gY2xhc3M9InNl
bWlncmVlbiI+NTAlIHRyYW5zcGFyZW50IGdyZWVuIG9wdGlvbjwvb3B0aW9uPgogICAgICAgICA8
b3B0aW9uIGNsYXNzPSJkYXJrZW4iPjMzJSB0cmFuc3BhcmVudCBibGFjayBvcHRpb248L29wdGlv
bj4KICAgICA8L3NlbGVjdD4KLSAgICA8ZGl2IGNsYXNzPSJzd2F0Y2giPjwvZGl2PgorICAgIDxk
aXYgY2xhc3M9InNibHVlIj48L2Rpdj4KICAgICA8ZGl2IGNsYXNzPSJzd2F0Y2giPgogICAgICAg
ICA8ZGl2PgogICAgICAgICAgICAgPGRpdiBjbGFzcz0ic29saWQiPjwvZGl2Pgo=
</data>
<flag name="review"
          id="108034"
          type_id="1"
          status="-"
          setter="tkent"
    />
          </attachment>
      

    </bug>

</bugzilla>