Errors encountered when editing file content in preview mode:

Errors encountered when editing file content in preview mode:

  1. When editing the file content in preview mode, when the mouse clicks on the image file, the mouse cursor sometimes jumps to other positions randomly (unpredictable positions, you need to repeat internal testing for this error).

  2. If the image link is in an online format, the image will never be centered, even if you have set the centered css code for the image
    ![](https://cdn.up-timely.com/image/1/content/6120/ZuEnmQoMEE2kiRzTT6wsZnEDfudOnyinA.jpg)

1.3.5
Windows10
Hereby report! Hopefully it will be fixed in the next version. Thank you so much!

預覽模式下編輯文件內容遇到的錯誤:

  1. 在預覽模式下編輯文件內容,當鼠標點擊圖像文件的時候,鼠標光標有時候會亂跳到其它位置(不可預測的位置,這個錯誤您們需要反复內部測試)。

  2. 如果圖像鏈接是在線格式,那麼圖像始終無法居中顯示,即使您已經對圖像設置了居中的css代碼
    ![](https://cdn.up-timely.com/image/1/content/6120/ZuEnmQoMEE2kiRzTT6wsZnEDfudOnyinA.jpg)

1.3.5
Windows10
特此報告!希望能在下個版本中修復它。非常感謝!

This forum is public. Don’t upload anything that you don’t want public.

Preview mode image centering error reproduction process
預覽模式圖像居中錯誤重現過程
Preview mode image centering error reproduction process.zip (318.8 KB)

Number 1, you need to follow the troubleshooting guide, bug report template, and if anything provide a bug report of it happening in the sandbox vault showing the full screen. I am going to archive this and wait until I get a proper report

Number 2 does not belong to bug reports as this something that you should handle via css.

I have centered the image in css and it works great in source mode and read mode, but why does it behave differently in preview mode than source mode and read mode? That’s why I think this is also a wrong form of expression. You can try it yourself to see the effect.
我已經在css中對圖像設置了居中處理,它在源碼模式和閱讀模式下表現的非常好,但是為什麼在預覽模式下會表現的與源碼模式和閱讀模式不同呢?所以我才認為這也是一個錯誤的表現形式。您可以自己好好試試看效果。

img {
    display: block;
    margin: 0 auto;
}

In the future I will follow the troubleshooting guide, bug report template.
以後我會遵循故障排除指南、錯誤報告模板。

The wrong case of preview mode image centering occurs with the following settings:
預覽模式圖像居中的錯誤情況發生在以下設置:

Errors encountered when editing file content in preview mode:

If the image link is in an online format, the image will never be centered, even if you have set the centered css code for the image
如果圖像鏈接是在線格式,那麼圖像始終無法居中顯示,即使您已經對圖像設置了居中的css代碼

![](https://cdn.up-timely.com/image/1/content/6120/ZuEnmQoMEE2kiRzTT6wsZnEDfudOnyinA.jpg)

I have centered the image in css and it works great in source mode and read mode, but why does it behave differently in preview mode than source mode and read mode? That’s why I think this is also a wrong form of expression. You can try it yourself to see the effect.
我已經在css中對圖像設置了居中處理,它在源碼模式和閱讀模式下表現的非常好,但是為什麼在預覽模式下會表現的與源碼模式和閱讀模式不同呢?所以我才認為這也是一個錯誤的表現形式。您可以自己好好試試看效果。

img {
    display: block;
    margin: 0 auto;
}


1.3.7
Windows10
特此報告!希望能在下個版本中修復它。非常感謝!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.