keithkelly
2 years agoLeader
Why is the Private Messages page Scrunching? (JavaScript)
I noticed our private notes pages get scrunched and unusable on low-resolution screens or smaller windows.
Then I noticed a height that's set via JavaScript - changing whenever the page height changes:
So I debugged the (obfuscated) JS and came up with this line being the culprit:
Questions:
- How can I stop the auto-scrunching?
- Does anyone else experience this?
- Is this Private Messages component intended to be viewed in a pop-up window or something?