Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Comments on Viewing the potential live output when editing a question or answer.

Parent

Viewing the potential live output when editing a question or answer.

+2
−0

I have just raised a Q and A but when editing the answer (that involves a picture) there is no "live" version of the potentially finished post and this will prove to be a problem when making a complex answer especially if MathJax/Latex is used. SE.EE does support this feature and I think it's vital.

Also, there is no facility to renumber the bullet points. If you look in my answer, there are two bullet points names "1".

This is what I see when editing an answer: -

__ Well I tried to embed an image by pressing the picture button but I got javascript:void() in the bottom left corner. Yet I know java is enabled because I've just used a web page that uses it and I should know because it's one of my own web pages __

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (3 comments)
Post
+0
−0

A work around has been found for this and I'm sure this will get a proper fix before long: -

  • Go to the edit button for your answer (for example) and press it
  • Notice that there is no live preview screen of the edit-in-progress as per this: -

Image alt text

  • What you see below the edit-answer text area is a preview screen of the original question (incorrect - that should appear but further down below the "currently-invisible" answer preview screen)
  • Click somewhere in the text edit area and use CTRL-mousewheel to reduce the web page size to something smaller
  • After a second or so you should see the correct preview screen: -

Image alt text

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (2 comments)
General comments
luap42‭ wrote almost 4 years ago

The thing is the following: The exact same form component is used in multiple places, including the "new post" and the "edit post" context. In most of these contexts, it makes sense, to assume that there is only something in the input, after the user has pressed a key. An exception is the edit context, where there is content before the user has interacted in any way. Because of that assumption, the form will update the preview whenever a key is pressed.

luap42‭ wrote almost 4 years ago

Hence everything works, when you press the "Ctrl" key to zoom in/out. However, any other key should work, too, including using the arrow keys to move the cursor.

This makes some sense for edits, too, as you probably only need the preview once you make changes ('cause you just saw the preview). But this is still suboptimal behavior and will be changed in the near future.