diff options
| author | Chris Rebert <[email protected]> | 2015-03-10 03:39:51 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-03-10 03:39:51 -0700 |
| commit | 5b5c61bb3008c8f0156fb2541f99b3bc223b6cc8 (patch) | |
| tree | 4296acf2b9a51a782d1e19a37d50e90472f77de3 | |
| parent | 1383b883288887a90e6f04c8752364f3c85ded2a (diff) | |
| parent | a890ebde94793a0859ac79d06da03b8c9c103371 (diff) | |
| download | bootstrap-5b5c61bb3008c8f0156fb2541f99b3bc223b6cc8.tar.xz bootstrap-5b5c61bb3008c8f0156fb2541f99b3bc223b6cc8.zip | |
Merge pull request #16036 from twbs/cr-readonly-focus-outline-bug
Add Wall of Browser Bugs entry for #16022
| -rw-r--r-- | docs/_data/browser-bugs.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index 690efef74..9888b5a3b 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -120,6 +120,16 @@ - browser: > + Chrome + summary: > + `:focus` `outline` style causes cursor to not be displayed when toggling a `readonly` `<input>` to read-write. + upstream_bug: > + Chromium#465274 + origin: > + Bootstrap#16022 + +- + browser: > Chrome (Windows & Linux) summary: > Animation glitch when returning to inactive tab after animations occurred while tab was hidden. |
