Bug 165100 - Libreoffice Writer Web didn't update my html code
Summary: Libreoffice Writer Web didn't update my html code
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer Web (show other bugs)
Version:
(earliest affected)
24.8.0.3 release
Hardware: All Windows (All)
: medium normal
Assignee: Not Assigned
URL: https://youtu.be/Lv6iEslNZxU
Whiteboard:
Keywords:
Depends on:
Blocks: Writer-Web-Layout
  Show dependency treegraph
 
Reported: 2025-02-07 12:27 UTC by wodsfort
Modified: 2025-11-27 15:50 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Example file (464 bytes, text/html)
2025-03-21 17:57 UTC, wodsfort
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wodsfort 2025-02-07 12:27:49 UTC
Description:
I typed code in html mode, saved file, switched to design mode and switched to design mode. I didn`t see edited part of code. Only then I exit libreoffice window and open it, i saw edited part of code

Steps to Reproduce:
1.Open
2.
3.

Actual Results:
May be updated information, but didn`t do this


Expected Results:
May be updated information, but didn`t do this


Reproducible: Always


User Profile Reset: Yes

Additional Info:
I have screens of my problems. If you need other information please mail to
 wodsfort@gmail.com
Comment 1 meagan.eggert 2025-03-21 17:24:33 UTC
Could you please attach the HTML file that you were seeing this issue with?
Comment 2 wodsfort 2025-03-21 17:57:16 UTC
Created attachment 199947 [details]
Example file

Example file but you can do this always.I will add video with my problem .
Comment 3 wodsfort 2025-03-24 15:03:08 UTC
I`m added video in URL
Comment 4 Buovjaga 2025-11-26 17:49:18 UTC
Please give better steps next time to save time. The video wastes a lot of time.

Proper steps:
1. File - New - HTML Document
2. Click the HTML Source button, Save dialog opens, save the file somewhere
3. Replace source with the hello world example from https://javascript.info/hello-world

<!DOCTYPE HTML>
<html>
<body>
  <p>Before the script...</p>
  <script>
    alert( 'Hello, world!' );
  </script>
  <p>...After the script.</p>
</body>
</html>

4. Do not save, click immediately the Preview in Web Browser button.

For me the steps work fine. Even without saving, the browser shows me the alert etc.

wodsfort: do you still see this with 25.8?

Version: 25.8.3.2 (X86_64)
Build ID: 8ca8d55c161d602844f5428fa4b58097424e324e
CPU threads: 2; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

Arch Linux 64-bit
Version: 25.8.3.2 (X86_64) / LibreOffice Community
Build ID: 580(Build:2)
CPU threads: 8; OS: Linux 6.17; UI render: default; VCL: kf6 (cairo+wayland)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
25.8.3-1
Calc: CL threaded
Comment 5 wodsfort 2025-11-27 15:50:31 UTC
(In reply to Buovjaga from comment #4)


Hi,i migrated from Windows to linux so I don`t use WIndows now.In linux can`t reproduce issue.I will reopen if i reproduce it later