gorhill / uMatrix

uMatrix: Point and click matrix to filter net requests according to source, destination and type
GNU General Public License v3.0
4.54k stars 470 forks source link

Ruleset pane size miscalculated #990

Closed warnellw closed 6 years ago

warnellw commented 6 years ago

Hi there,

In uMatrix v1.3.6 on Chrome on Windows, the size of the ruleset panes are not calculated correctly when cloud storage is being used. It prevents being able to see some of the rules at the end of the list (both windowed and full screen):

rules

After hiding the cloud storage widget with dev tools:

rulesnocloud

It appears that the size of the ruleset panes are being calculated before the cloud storage widget is displayed/inserted.

uBlock-user commented 6 years ago

I can reproduce. Activate Enable cloud storage support and click on My Rules, try to scroll to the end and will cut before the end. Deactivate it to go back to normal scrollable end.

@gorhill Setting height of the div codeMirror Container code MirrorMergeContainer vfill-available after the cloud widget is added from 512 to 440px seems to fix the issue.

gorhill commented 6 years ago

Fix will be in dev build 1.3.7b1. Until next stable release is published, workaround is to slightly resize the browser window.

uBlock-user commented 6 years ago

Fix will be in dev build 1.7.3b1

That's awefully far, or did you mean 1.3.7b1 ?