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