[Bug] Code viewer search widget misbehaviors #46
Replies: 2 comments 3 replies
-
How to reproduce? Some large file? |
Beta Was this translation helpful? Give feedback.
-
There are also several other issues about Code viewer: I did note some past related: Does the overall missing support for non-UTF-8: |2| [ But for the Code viewer's context: |3| Unconditional auto-focus to content upon finished loading maybe obtrusive: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(uBO 1.63.2)

|1| The "maximize" button introduced in:
https://github.com/gorhill/uBlock/commit/664dd9570064576b2cfeeb00dea6de1ae7b040fc
; simply broke the interface.
(whole widget outright disappeared with no way to turn back)
[ ^ Fix: https://github.com/gorhill/uBlock/commit/97e740bd2c200b054358593c45186a7b754ca97f ]
|2| The result count display is formatted in a manner unfit for large counts. (that mostly designed for file size)
Use simple number grouping should suffice. (i.e. 10,000 alike)
[ ^ Is this bug essentially CodeMirror's problem? (I doubt so) ]
@gwarser
Beta Was this translation helpful? Give feedback.
All reactions