talos

Форк
0
411 строк · 8.1 Кб
1
-
2
  browser: >
3
    Edge
4
  summary: >
5
    Visual artifacts in scrollable modal dialogs
6
  upstream_bug: >
7
    Edge#9011176
8
  origin: >
9
    Bootstrap#20755
10

11
-
12
  browser: >
13
    Edge
14
  summary: >
15
    Native browser tooltip for `title` shows on first keyboard focus (in addition to custom tooltip component)
16
  upstream_bug: >
17
    Edge#6793560
18
  origin: >
19
    Bootstrap#18692
20

21
-
22
  browser: >
23
    Edge
24
  summary: >
25
    Hovered element still remains in `:hover` state after scrolling away.
26
  upstream_bug: >
27
    Edge#5381673
28
  origin: >
29
    Bootstrap#14211
30

31
-
32
  browser: >
33
    Edge
34
  summary: >
35
    CSS `border-radius` sometimes causes lines of bleed-through of the `background-color` of the parent element.
36
  upstream_bug: >
37
    Edge#3342037
38
  origin: >
39
    Bootstrap#16671
40

41
-
42
  browser: >
43
    Edge
44
  summary: >
45
    `background` of `<tr>` is only applied to first child cell instead of all cells in the row
46
  upstream_bug: >
47
    Edge#5865620
48
  origin: >
49
    Bootstrap#18504
50

51
-
52
  browser: >
53
    Edge
54
  summary: >
55
    Background color from lower layer bleeds through transparent border in some cases
56
  upstream_bug: >
57
    Edge#6274505
58
  origin: >
59
    Bootstrap#18228
60

61
-
62
  browser: >
63
    Edge
64
  summary: >
65
    Hovering over descendant SVG element fires `mouseleave` event at ancestor
66
  upstream_bug: >
67
    Edge#7787318
68
  origin: >
69
    Bootstrap#19670
70

71
-
72
  browser: >
73
    Edge
74
  summary: >
75
    Active `position: fixed;` `<button>` flickers when scrolling
76
  upstream_bug: >
77
    Edge#8770398
78
  origin: >
79
    Bootstrap#20507
80

81
-
82
  browser: >
83
    Firefox
84
  summary: >
85
    `.table-bordered` with an empty `<tbody>` is missing borders.
86
  upstream_bug: >
87
    Mozilla#1023761
88
  origin: >
89
    Bootstrap#13453
90

91
-
92
  browser: >
93
    Firefox
94
  summary: >
95
    If the disabled state of a form control is changed via JavaScript, the normal state doesn't return after refreshing the page.
96
  upstream_bug: >
97
    Mozilla#654072
98
  origin: >
99
    Bootstrap#793
100

101
-
102
  browser: >
103
    Firefox
104
  summary: >
105
    `focus` events should not be fired at the `document` object
106
  upstream_bug: >
107
    Mozilla#1228802
108
  origin: >
109
    Bootstrap#18365
110

111
-
112
  browser: >
113
    Firefox
114
  summary: >
115
    Wide floated table doesn't wrap onto new line
116
  upstream_bug: >
117
    Mozilla#1277782
118
  origin: >
119
    Bootstrap#19839
120

121
-
122
  browser: >
123
    Firefox
124
  summary: >
125
    Mouse sometimes not within element for purposes of `mouseenter`/`mouseleave` when it's within SVG elements
126
  upstream_bug: >
127
    Mozilla#577785
128
  origin: >
129
    Bootstrap#19670
130

131
-
132
  browser: >
133
    Firefox
134
  summary: >
135
    Layout with floated columns breaks when printing
136
  upstream_bug: >
137
    Mozilla#1315994
138
  origin: >
139
    Bootstrap#21092
140

141
-
142
  browser: >
143
    Firefox (Windows)
144
  summary: >
145
    Right border of `<select>` menu is sometimes missing when screen is set to uncommon resolution
146
  upstream_bug: >
147
    Mozilla#545685
148
  origin: >
149
    Bootstrap#15990
150

151
-
152
  browser: >
153
    Firefox (macOS & Linux)
154
  summary: >
155
    Badge widget causes bottom border of Tabs widget to unexpectedly not overlap
156
  upstream_bug: >
157
    Mozilla#1259972
158
  origin: >
159
    Bootstrap#19626
160

161
-
162
  browser: >
163
    Chrome (macOS)
164
  summary: >
165
    Clicking above `<input type="number">` increment button flashes the decrement button.
166
  upstream_bug: >
167
    Chromium#419108
168
  origin: >
169
    Bootstrap#8350, Chromium#337668
170

171
-
172
  browser: >
173
    Chrome
174
  summary: >
175
    CSS infinite linear animation with alpha transparency leaks memory.
176
  upstream_bug: >
177
    Chromium#429375
178
  origin: >
179
    Bootstrap#14409
180

181
-
182
  browser: >
183
    Chrome
184
  summary: >
185
    `table-cell` borders not overlapping despite `margin-right: -1px`
186
  upstream_bug: >
187
    Chromium#749848
188
  origin: >
189
    Bootstrap#17438, Bootstrap#14237
190

191
-
192
  browser: >
193
    Chrome
194
  summary: >
195
    Don't make `:hover` sticky on touch-friendly webpages
196
  upstream_bug: >
197
    Chromium#370155
198
  origin: >
199
    Bootstrap#12832
200

201
-
202
  browser: >
203
    Chrome
204
  summary: >
205
    `position: absolute` element that's wider than its column is incorrectly clipped to column boundary
206
  upstream_bug: >
207
    Chromium#269061
208
  origin: >
209
    Bootstrap#20161
210

211
-
212
  browser: >
213
    Chrome
214
  summary: >
215
    Significant performance hit for dynamic SVGs with text depending on the number of fonts in `font-family`.
216
  upstream_bug: >
217
    Chromium#781344
218
  origin: >
219
    Bootstrap#24673
220

221
-
222
  browser: >
223
    Safari
224
  summary: >
225
    `rem` units in media queries should be calculated using `font-size: initial`, not the root element's `font-size`
226
  upstream_bug: >
227
    WebKit#156684
228
  origin: >
229
    Bootstrap#17403
230

231
-
232
  browser: >
233
    Safari
234
  summary: >
235
    Link to container with id and tabindex results in container being ignored by VoiceOver (affects skip links)
236
  upstream_bug: >
237
    WebKit#163658
238
  origin: >
239
    Bootstrap#20732
240

241
-
242
  browser: >
243
    Safari
244
  summary: >
245
    CSS `min-width` and `max-width` media features should not round fractional pixel
246
  upstream_bug: >
247
    WebKit#178261
248
  origin: >
249
    Bootstrap#25166
250

251
-
252
  browser: >
253
    Safari (macOS)
254
  summary: >
255
    `px`, `em`, and `rem` should all behave the same in media queries when page zoom is applied
256
  upstream_bug: >
257
    WebKit#156687
258
  origin: >
259
    Bootstrap#17403
260

261
-
262
  browser: >
263
    Safari (macOS)
264
  summary: >
265
    Weird button behavior with some `<input type="number">` elements.
266
  upstream_bug: >
267
    WebKit#137269, Safari#18834768
268
  origin: >
269
    Bootstrap#8350,
270
    Normalize#283,
271
    Chromium#337668
272

273
-
274
  browser: >
275
    Safari (macOS)
276
  summary: >
277
    Small font size when printing webpage with fixed-width `.container`.
278
  upstream_bug: >
279
    WebKit#138192, Safari#19435018
280
  origin: >
281
    Bootstrap#14868
282

283
-
284
  browser: >
285
    Safari (iOS)
286
  summary: >
287
    `transform: translate3d(0,0,0);` rendering bug.
288
  upstream_bug: >
289
    WebKit#138162, Safari#18804973
290
  origin: >
291
    Bootstrap#14603
292

293
-
294
  browser: >
295
    Safari (iOS)
296
  summary: >
297
    Text input's cursor doesn't move while scrolling the page.
298
  upstream_bug: >
299
    WebKit#138201, Safari#18819624
300
  origin: >
301
    Bootstrap#14708
302

303
-
304
  browser: >
305
    Safari (iOS)
306
  summary: >
307
    Can't move cursor to start of text after entering long string of text into `<input type="text">`
308
  upstream_bug: >
309
    WebKit#148061, Safari#22299624
310
  origin: >
311
    Bootstrap#16988
312

313
-
314
  browser: >
315
    Safari (iOS)
316
  summary: >
317
    `display: block` causes text of temporal `<input>`s to become vertically misaligned
318
  upstream_bug: >
319
    WebKit#139848, Safari#19434878
320
  origin: >
321
    Bootstrap#11266, Bootstrap#13098
322

323
-
324
  browser: >
325
    Safari (iOS)
326
  summary: >
327
    Tapping on `<body>` doesn't fire `click` events
328
  upstream_bug: >
329
    WebKit#151933
330
  origin: >
331
    Bootstrap#16028
332

333
-
334
  browser: >
335
    Safari (iOS)
336
  summary: >
337
    `position:fixed` is incorrectly positioned when tab bar is visible on iPhone 6S+ Safari
338
  upstream_bug: >
339
    WebKit#153056
340
  origin: >
341
    Bootstrap#18859
342

343
-
344
  browser: >
345
    Safari (iOS)
346
  summary: >
347
    Tapping into an `<input>` within a `position:fixed` element scrolls to the top of the page
348
  upstream_bug: >
349
    WebKit#153224, Safari#24235301
350
  origin: >
351
    Bootstrap#17497
352

353
-
354
  browser: >
355
    Safari (iOS)
356
  summary: >
357
    `<body>` with `overflow:hidden` CSS is scrollable on iOS
358
  upstream_bug: >
359
    WebKit#153852
360
  origin: >
361
    Bootstrap#14839
362

363
-
364
  browser: >
365
    Safari (iOS)
366
  summary: >
367
    Scroll gesture in text field in `position:fixed` element sometimes scrolls `<body>` instead of scrollable ancestor
368
  upstream_bug: >
369
    WebKit#153856
370
  origin: >
371
    Bootstrap#14839
372

373
-
374
  browser: >
375
    Safari (iOS)
376
  summary: >
377
    Modal with `-webkit-overflow-scrolling: touch` doesn't become scrollable after added text makes it taller
378
  upstream_bug: >
379
    WebKit#158342
380
  origin: >
381
    Bootstrap#17695
382

383
-
384
  browser: >
385
    Safari (iOS)
386
  summary: >
387
    Don't make `:hover` sticky on touch-friendly webpages
388
  upstream_bug: >
389
    WebKit#158517
390
  origin: >
391
    Bootstrap#12832
392

393
-
394
  browser: >
395
    Safari (iOS)
396
  summary: >
397
    Element which is `position:fixed` disappears after opening a `<select>` menu
398
  upstream_bug: >
399
    WebKit#162362
400
  origin: >
401
    Bootstrap#20759
402

403
-
404
  browser: >
405
    Safari (iPad Pro)
406
  summary: >
407
    Rendering of descendants of `position: fixed` element gets clipped on iPad Pro in Landscape orientation
408
  upstream_bug: >
409
    WebKit#152637, Safari#24030853
410
  origin: >
411
    Bootstrap#18738
412

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.