Skip to content

Commit 33a87e5

Browse files
committed
Port Wall of Browser Bugs updates over to hosted docs
1 parent f5b9044 commit 33a87e5

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

browser-bugs/index.html

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -163,28 +163,16 @@ <h1 id="browser-bugs" class="page-header">Browser bugs</h1>
163163
</tr>
164164
<tr>
165165
<td>Chrome</td>
166-
<td>Weird button behavior with some number <code>&lt;input&gt;</code>s</td>
167-
<td><a href="https://code.google.com/p/chromium/issues/detail?id=337668">Chromium issue #337668</a></td>
168-
<td><a href="https://github.com/twbs/bootstrap/issues/8350">#8350</a>, <a href="https://github.com/necolas/normalize.css/issues/283">Normalize #283</a></td>
166+
<td>Clicking above <code>&lt;input type="number"&gt;</code> increment button flashes the decrement button</td>
167+
<td><a href="https://code.google.com/p/chromium/issues/detail?id=419108"></a></td>
168+
<td>Offshoot of <a href="https://github.com/twbs/bootstrap/issues/8350">#8350</a> &amp; <a href="https://code.google.com/p/chromium/issues/detail?id=337668">Chromium issue #337668</a></td>
169169
</tr>
170170
<tr>
171171
<td>Chrome</td>
172172
<td><code>display: table;</code> within <code>display: block;</code> forces sibling content to new line</td>
173173
<td><a href="https://code.google.com/p/chromium/issues/detail?id=309483">Chromium issue #309483</a></td>
174174
<td><a href="https://github.com/twbs/bootstrap/issues/9950">#9950</a></td>
175175
</tr>
176-
<tr>
177-
<td>Chrome</td>
178-
<td>Unwanted vertical lines when printing styled <code>&lt;select&gt;</code> on OS X</td>
179-
<td><a href="https://code.google.com/p/chromium/issues/detail?id=282918">Chromium issue #282918</a></td>
180-
<td><a href="https://github.com/twbs/bootstrap/issues/11245">#11245</a></td>
181-
</tr>
182-
<tr>
183-
<td>Chrome</td>
184-
<td>inline-block element collapses white-space on Windows</td>
185-
<td><a href="https://code.google.com/p/chromium/issues/detail?id=329574">Chromium issue #329574</a></td>
186-
<td><a href="https://github.com/twbs/bootstrap/issues/11885">#11885</a></td>
187-
</tr>
188176
<tr>
189177
<td>Chrome</td>
190178
<td>Incorrect viewport size used for media queries when printing</td>
@@ -209,6 +197,12 @@ <h1 id="browser-bugs" class="page-header">Browser bugs</h1>
209197
<td><a href="https://code.google.com/p/chromium/issues/detail?id=377346">Chrome issue #377346</a></td>
210198
<td><a href="https://github.com/twbs/bootstrap/issues/13892">#13892</a></td>
211199
</tr>
200+
<tr>
201+
<td>Safari</td>
202+
<td>Weird button behavior with some number <code>&lt;input&gt;</code>s</td>
203+
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=137269">WebKit bug #137269</a></td>
204+
<td><a href="https://github.com/twbs/bootstrap/issues/8350">#8350</a>, <a href="https://github.com/necolas/normalize.css/issues/283">Normalize #283</a>, <a href="https://code.google.com/p/chromium/issues/detail?id=337668">Chromium issue #337668</a></td>
205+
</tr>
212206
<tr>
213207
<td>Safari</td>
214208
<td>Justified nav rendering bug</td>

0 commit comments

Comments
 (0)