Tampermonkey: [Chrome] Script editor disappears / is way to large / scrolls the complete page

Created on 13 Sep 2019  路  5Comments  路  Source: Tampermonkey/tampermonkey

![2019-09-13~17_56_56]
understanding gif video >> https://user-images.githubusercontent.com/13694921/64868343-2fd92b00-d650-11e9-8f57-6462e54d8eff.gif

  • Chrome (76.0.3809.132 x64)
  • TM: (i.e. 4.8.41)
  • OS: (win 7x64)
bug fixed at beta

Most helpful comment

Already fixed at TM BETA, but not released yet, because the last release is in "Pending review" state since more than a week. 馃槩

However, you can workaround this issue by setting "Config Mode" to "Advanced" and insert this at the "Custom CSS" option:

.editor_100 {
     height: unset !important;
}

image

All 5 comments

Having the same issue.
Chrome 77.0.3865.75 (Official Build) (64-bit)
TM 4.8.41
Windows 10

Mostly happens when scrolling but sometimes clicking inside the editor sets it off. Pulling up the browser's console can bring it back most of the time but it's half the normal size.

Already fixed at TM BETA, but not released yet, because the last release is in "Pending review" state since more than a week. 馃槩

However, you can workaround this issue by setting "Config Mode" to "Advanced" and insert this at the "Custom CSS" option:

.editor_100 {
     height: unset !important;
}

image

@derjanb Thanks for the fix!

I was beginning to think Im going crazy. It was happening to me only on the first time I opened big scripts, but reloading the tab somehow fixed it. Custom layout css fixes it permanently, thanks.

Sorry for the delay. Fixed at the beta version a month again, but review took that long. 馃槷

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jb222 picture jb222  路  4Comments

momocow picture momocow  路  5Comments

AlfonsoML picture AlfonsoML  路  4Comments

Mottie picture Mottie  路  4Comments

devnoname120 picture devnoname120  路  7Comments