-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4 BUGS: 3. number input up/down 5. page swipe 6. analyzer chart 8. text area markup (switched off the feature per css) #3
Comments
I am first time on dev. Can you provide some video ? |
welcome @systemaworking! added photo. both bugs appear in the current ImprovedTube versions released in Google Chrome Webstore |
I fixed the trivial ones. |
|
None of these bugs happened before (https://github.com/code-for-charity/SATUS/blob/master/Jan2022_Satus.js ).
To see it working install: 3.965.zip (=ImprovedTube Repo october7)
More precisely: #6
Shortcut's reset button closes the alert without saving the change. #7
(overlap on the right) #8
3. the input field up/down arrows have not been migrated from 3.965 (forced volume, forced speed)
component: 'slider',
text: 'volume',
step: 1,
max: 400,
value: 100
8. Textarea selection markup is unfinished. (Disabled it in satus.css for now) compare https://github.com/code-for-charity/ultimate-REGEX-extension to understand what this is about (input markup rules)
(also will help in https://github.com/code-charity/History-Manager-with-indexedDB/blob/main/readme.md )
5. The "page-swipe" animation is nervous/flashy with the red buttons. ( + The yellowish background of ImprovedTube 3.965 is nicer(?) )
6. (Analyzer) Charting doesn't happen anymore either (worked before too!) #1527
(didnt happend in 2021: either https://github.com/code-for-charity/ImprovedTube-for-YouTube/blob/70c7f03a12c51ac7736dbc740d073b417bc6f135/satus.js
https://github.com/code-for-charity/ImprovedTube-for-YouTube/blob/70c7f03a12c51ac7736dbc740d073b417bc6f135/satus.css )
these checkboxes ignore clicks 😆 (only the whole items an be clicked but not the checkbox itself) #9
The text was updated successfully, but these errors were encountered: