arrow-down arrow at-sign bug check checkbox-checked checkbox-unchecked svg-checkmark chevron-right chevrons-right circle-down circle-left circle-right circle-up cloud2 svg-cross2 download download external-link filter github hash home leaf leaf left link-2 log-in log-out mail menu message-square minus plus radio-checked radio-checked2 radio-unchecked search settings spinner8 target twitter up upload-2 user users warning x zap
  • Home
  • Report a bug
  • Contribute
  • All issues
  • Login

URL:
http://www.typescriptlang.org/play/#src=function%20test()%20%7B%0D%0A%20%20%20%20document.body.innerHTML%20%3D%20''%0D%0A%20%20%20%20let%20w%20%3D%20document.write.bind(document)%0D%0A%0D%0A%20%20%20%20async%20function%20t()%20%7B%0D%0A%20%20%20%20%20%20%20%20for%20(let%20i%20%3D%201%3B%20i%20%3C%2010%3B%20i%2B%2B)%20%7B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20w(i)%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20await%201%0D%0A%20%20%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%7D%0D%0A%20%20%20%20t()%0D%0A%0D%0A%20%20%20%20async%20function%20f()%20%7B%0D%0A%20%20%20%20%20%20%20%20w('a')%0D%0A%20%20%20%20%20%20%20%20await%20undefined%0D%0A%20%20%20%20%20%20%20%20w('b')%0D%0A%20%20%20%20%20%20%20%20const%20p%20%3D%20new%20Promise(r%20%3D%3E%20%7B%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20w('c')%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20r()%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20w('d')%0D%0A%20%20%20%20%20%20%20%20%7D)%0D%0A%20%20%20%20%20%20%20%20p.then(()%20%3D%3E%20w('e'))%0D%0A%20%20%20%20%20%20%20%20await%20p%0D%0A%20%20%20%20%20%20%20%20w('f')%0D%0A%20%20%20%20%20%20%20%20await%201%0D%0A%20%20%20%20%20%20%20%20w('g')%0D%0A%20%20%20%20%20%20%20%20await%20Promise.resolve(1)%0D%0A%20%20%20%20%20%20%20%20w('h')%0D%0A%20%20%20%20%7D%0D%0A%20%20%20%20f()%0D%0A%7D%0D%0Atest()%0D%0A

Browser/Version:
Developer Edition 65.0b5 (64-bit)

Operating System:
Mac

What seems to be the trouble?(Required)

  1. too much bottom height;
  2. scroll in the code area will cause the entire body scroll

Screenshot
image

Add Screenshot

Please login to edit issues.

View issue on Github

Shortcut: Press l on your keyboard to open the label editor. Shortcut: Press g on your keyboard to be taken to the GitHub view of this page.
🔒 Closed: Fixed
#23101

www.typescriptlang.org - Large empty space displayed under the footer bar

Opened: 2018-12-20
Reporter: xialvjun
Comments: 11
  • Home
  • List of issues
  • About
  • Contribute
  • Contact
  • Privacy Policy
  • Terms of Service
  • Code of Conduct