browser-bugs.yml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. -
  2. browser: >
  3. Internet Explorer 11
  4. summary: >
  5. Hovered element still remains in `:hover` state after scrolling away.
  6. upstream_bug: >
  7. IE#926665
  8. origin: >
  9. Bootstrap#14211
  10. -
  11. browser: >
  12. Internet Explorer 11
  13. summary: >
  14. When hovering over a `<select>` menu item, the cursor for the element underneath the menu is displayed.
  15. upstream_bug: >
  16. IE#963961
  17. origin: >
  18. Bootstrap#14528
  19. -
  20. browser: >
  21. Firefox
  22. summary: >
  23. `.table-bordered` with an empty `<tbody>` is missing borders.
  24. upstream_bug: >
  25. Mozilla#1023761
  26. origin: >
  27. Bootstrap#13453
  28. -
  29. browser: >
  30. Firefox
  31. summary: >
  32. `max-width: 100%;` doesn't work inside tables.
  33. upstream_bug: >
  34. Mozilla#975632
  35. origin: >
  36. Bootstrap#10690
  37. -
  38. browser: >
  39. Firefox (Windows)
  40. summary: >
  41. Java applets that are descendants of elements with forced hardware acceleration using `translate3d(0,0,0)` are invisible.
  42. upstream_bug: >
  43. Mozilla#1048279
  44. origin: >
  45. Bootstrap#14124
  46. -
  47. browser: >
  48. Firefox
  49. summary: >
  50. Button elements with `width: 100%` become cropped in long tables.
  51. upstream_bug: >
  52. Mozilla#1060131
  53. origin: >
  54. Bootstrap#14320
  55. -
  56. browser: >
  57. Firefox
  58. summary: >
  59. If the disabled state of a form control is changed via JavaScript, the normal state doesn't return after refreshing the page.
  60. upstream_bug: >
  61. Mozilla#654072
  62. origin: >
  63. Bootstrap#793
  64. -
  65. browser: >
  66. Chrome (OS X)
  67. summary: >
  68. Clicking above `<input type="number">` increment button flashes the decrement button.
  69. upstream_bug: >
  70. Chromium#419108
  71. origin: >
  72. Offshoot of Bootstrap#8350 & Chromium#337668
  73. -
  74. browser: >
  75. Chrome (OS X)
  76. summary: >
  77. Caps Lock indicator not shown in `<input type="password">` with `display: block`
  78. upstream_bug: >
  79. Chromium#460200
  80. origin: >
  81. Bootstrap#15832
  82. -
  83. browser: >
  84. Chrome
  85. summary: >
  86. Focus ring of image map within a modal is displayed in the wrong location.
  87. upstream_bug: >
  88. Chromium#475128
  89. origin: >
  90. Bootstrap#16180
  91. -
  92. browser: >
  93. Chrome
  94. summary: >
  95. `display: table;` within `display: block;` forces sibling content to new line.
  96. upstream_bug: >
  97. Chromium#309483
  98. origin: >
  99. Bootstrap#9950
  100. -
  101. browser: >
  102. Chrome
  103. summary: >
  104. Incorrect viewport size used for media queries when printing.
  105. upstream_bug: >
  106. Chromium#273306
  107. origin: >
  108. Bootstrap#12078
  109. -
  110. browser: >
  111. Chrome
  112. summary: >
  113. CSS infinite linear animation with alpha transparency leaks memory.
  114. upstream_bug: >
  115. Chromium#429375
  116. origin: >
  117. Bootstrap#14409
  118. -
  119. browser: >
  120. Chrome
  121. summary: >
  122. `:focus` `outline` style causes cursor to not be displayed when toggling a `readonly` `<input>` to read-write.
  123. upstream_bug: >
  124. Chromium#465274
  125. origin: >
  126. Bootstrap#16022
  127. -
  128. browser: >
  129. Chrome
  130. summary: >
  131. `width: 1%` on nested table cell causes its table to hog horizontal space.
  132. upstream_bug: >
  133. Chromium#427994
  134. origin: >
  135. Bootstrap#16372
  136. -
  137. browser: >
  138. Chrome (Windows & Linux)
  139. summary: >
  140. Animation glitch when returning to inactive tab after animations occurred while tab was hidden.
  141. upstream_bug: >
  142. Chromium#449180
  143. origin: >
  144. Bootstrap#15298
  145. -
  146. browser: >
  147. Safari
  148. summary: >
  149. `width: 1%` on nested table cell causes its table to hog horizontal space.
  150. upstream_bug: >
  151. WebKit#144696, Safari#20839572
  152. origin: >
  153. Bootstrap#16372
  154. -
  155. browser: >
  156. Safari (OS X)
  157. summary: >
  158. Scrollbar clipped in `select[multiple]` with padding.
  159. upstream_bug: >
  160. WebKit#128489, Safari#19208483
  161. origin: >
  162. Bootstrap#12536
  163. -
  164. browser: >
  165. Safari (OS X)
  166. summary: >
  167. Weird button behavior with some `<input type="number">` elements.
  168. upstream_bug: >
  169. WebKit#137269, Safari#18834768
  170. origin: >
  171. Bootstrap#8350,
  172. Normalize#283,
  173. Chromium#337668
  174. -
  175. browser: >
  176. Safari (OS X)
  177. summary: >
  178. `display: table-cell;` within media query renders incorrectly when resizing the window.
  179. upstream_bug: >
  180. WebKit#138167, Safari#18987206
  181. origin: >
  182. Bootstrap#9774
  183. -
  184. browser: >
  185. Safari (OS X)
  186. summary: >
  187. Small font size when printing webpage with fixed-width `.container`.
  188. upstream_bug: >
  189. WebKit#138192, Safari#19435018
  190. origin: >
  191. Bootstrap#14868
  192. -
  193. browser: >
  194. Safari (OS X)
  195. summary: >
  196. Alpha linear-gradient has dark line at its edge.
  197. upstream_bug: >
  198. WebKit#139803, Safari#19434933
  199. origin: >
  200. Bootstrap#15205
  201. -
  202. browser: >
  203. Safari (OS X)
  204. summary: >
  205. Caps Lock indicator not shown in `<input type="password">` with `display: block`
  206. upstream_bug: >
  207. WebKit#141804, Safari#19892433
  208. origin: >
  209. Bootstrap#15832
  210. -
  211. browser: >
  212. Safari (OS X)
  213. summary: >
  214. Focus ring of image map within a modal is displayed in the wrong location.
  215. upstream_bug: >
  216. WebKit#143527
  217. origin: >
  218. Bootstrap#16180
  219. -
  220. browser: >
  221. Safari (OS X)
  222. summary: >
  223. Unnecessary line-wrapping of `.navbar-brand` text for no apparent reason
  224. upstream_bug: >
  225. WebKit#144990, Safari#20950962
  226. origin: >
  227. Bootstrap#15998
  228. -
  229. browser: >
  230. Safari (iOS)
  231. summary: >
  232. `transform: translate3d(0,0,0);` rendering bug.
  233. upstream_bug: >
  234. WebKit#138162, Safari#18804973
  235. origin: >
  236. Bootstrap#14603
  237. -
  238. browser: >
  239. Safari (iOS)
  240. summary: >
  241. Text input's cursor doesn't move while scrolling the page.
  242. upstream_bug: >
  243. WebKit#138201, Safari#18819624
  244. origin: >
  245. Bootstrap#14708
  246. -
  247. browser: >
  248. Safari (iOS)
  249. summary: >
  250. `display: block` causes text of temporal `<input>`s to become vertically misaligned
  251. upstream_bug: >
  252. WebKit#139848, Safari#19434878
  253. origin: >
  254. Bootstrap#11266, Bootstrap#13098