Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overtyping/Incorrect Text in Story Output #90

Closed
piccoloser opened this issue Nov 20, 2020 · 3 comments
Closed

Overtyping/Incorrect Text in Story Output #90

piccoloser opened this issue Nov 20, 2020 · 3 comments
Labels
bug Something isn't working
Milestone

Comments

@piccoloser
Copy link

Anything that is filled in by a code snippet (eg. using the ! shortcut in Emmet) is overwritten by whatever the user types when they tab through values. This only appears in the story replay.

What was shown in the replay:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<bod<!-- >Test --> See?
    
</body>

Note: I changed the <title> to "Test," but the value somehow ended up cutting into the <body> tag.

What I actually wrote:

<!-- There's an overtyping bug when you use Emmet -->

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <!-- <title>Test</title> See? -->
</head>
<body>
    <!-- p{This is a test} It happens here too. -->
</body>
</html>
@bar9
Copy link
Collaborator

bar9 commented Nov 20, 2020

Same for autocomplete and e.g. Vim Plugin

@bar9 bar9 added the bug Something isn't working label Nov 25, 2020
@bar9 bar9 added this to the top-prio milestone Nov 25, 2020
@bar9
Copy link
Collaborator

bar9 commented Nov 25, 2020

Same issue: #86

@Bukii
Copy link
Member

Bukii commented Feb 23, 2021

Same issue: #127
But I will close this one, since #127 is better documented.

@Bukii Bukii closed this as completed Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants