You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some months ago Sam and Rachel have been so kind to fix my fullscreen issue. This allows me to show my Blockly workspace in fullscreen, and still be able to enter data into the input fields.
That works fine now, but there is a minor esthetic issue.
When data is being entered into the input field, the input field is a bit shifted (when in fullscreen mode):
This is the element involved, which is on top of the input field:
So really not a big issue! But if somebody ever has an idea how to solve this, that would be nice.
To Reproduce
Same way of working as described as in the original issue.
Expected behavior
Show the html input exactly on top of the input field.
Desktop (please complete the following information):
OS: Windows 10
Browser: Chrome, Edge Chromium, Firefox
Version: most recent version of these browsers
Kind regards,
Bart
The text was updated successfully, but these errors were encountered:
I wasn't able to reproduce this, although I only tried on a Mac and I recognize the issue states it was run on Chrome on Windows.
Are you able to reproduce this on the Blockly playground?
If so, can you share more about your setup.
Here's how I tried to repro, using the Blockly playground:
Change the DOM from <div id="blocklyDiv"></div> to:
Dear,
Some months ago Sam and Rachel have been so kind to fix my fullscreen issue. This allows me to show my Blockly workspace in fullscreen, and still be able to enter data into the input fields.
That works fine now, but there is a minor esthetic issue.
When data is being entered into the input field, the input field is a bit shifted (when in fullscreen mode):
This is the element involved, which is on top of the input field:
So really not a big issue! But if somebody ever has an idea how to solve this, that would be nice.
To Reproduce
Same way of working as described as in the original issue.
Expected behavior
Show the html input exactly on top of the input field.
Desktop (please complete the following information):
Kind regards,
Bart
The text was updated successfully, but these errors were encountered: