In the tutorial, when prompted to type code, there is an option to drag and drop code snippets into the IDE. The code is highlighted in blue with ' ' surrounding the prompt. The user can hover over it, and it is highlighted with the cursor changing to the drag icon. The user should then be able to click, hold, drag the snippet into the IDE, and have it pasted there.
Hover over the blue 'hello' code in the tutorial text.
The text is highlighted and the cursor changes to the grab icon.
Error: Attempting to hold and drag the snippet does not work. The snippet cannot be dragged or dropped into the IDE, resulting in a loop of clicking without functionality.
Screenshots
Tutorial Page Overview:
Hover Feedback:
Click Feedback:
There is no dragging and dropping functionality displayed, although this feature is intended to exist.
Environment
Laptop: Windows 11, version 23H2
Browser: Chrome Version 124.0.6367.203 (Official Build) (64-bit)
Description:
Expected Behavior
In the tutorial, when prompted to type code, there is an option to drag and drop code snippets into the IDE. The code is highlighted in blue with
' '
surrounding the prompt. The user can hover over it, and it is highlighted with the cursor changing to the drag icon. The user should then be able to click, hold, drag the snippet into the IDE, and have it pasted there.Actual Behavior
'hello'
code in the tutorial text.Screenshots
Tutorial Page Overview:
Hover Feedback:
Click Feedback:
There is no dragging and dropping functionality displayed, although this feature is intended to exist.
Environment
Design Specification
No new design needed, this is a bug fix.