2020-06-18 23:54:48 +03:00
# Notes
2020-07-08 04:13:45 +03:00
- URL for each tab should not be stored as a string - in the current code there's lots of reparsing the URL
## Issues
- Can't go back or do other things while page is loading - need a way to stop `handleURL`
2020-06-18 23:54:48 +03:00
2020-07-02 03:08:07 +03:00
## Upstream Bugs
2020-06-29 19:54:36 +03:00
- Wrapping messes up on brackets
2020-06-18 23:54:48 +03:00
- Filed [issue 23 ](https://gitlab.com/tslocum/cview/-/issues/23 )
2020-06-29 19:54:36 +03:00
- Wrapping panics on strings with brackets and Asian characters
- Filed cview [issue 27 ](https://gitlab.com/tslocum/cview/-/issues/27 )
- The panicking was reported and fixed in Amfora [issue 20 ](https://github.com/makeworld-the-better-one/amfora/issues/20 ), but the lines are now just not wrapped
2020-06-18 23:54:48 +03:00
- Text background not reset on ANSI pages
- Filed [issue 25 ](https://gitlab.com/tslocum/cview/-/issues/25 )
2020-06-19 21:05:05 +03:00
- Modal styling messed up when wrapped - example occurence is the error modal for a long unsupported scheme URL
2020-06-22 03:37:27 +03:00
- Filed [issue 26 ](https://gitlab.com/tslocum/cview/-/issues/26 )
2020-06-24 03:23:28 +03:00
- Add some bold back into modal text after this is fixed
2020-06-24 18:37:32 +03:00
- Bookmark keys aren't deleted, just set to `""`
2020-07-02 03:08:07 +03:00
- Waiting on [this viper PR ](https://github.com/spf13/viper/pull/519 ) to be merged
- Help table cells aren't dynamically wrapped
- Filed [issue 29 ](https://gitlab.com/tslocum/cview/-/issues/29 )