Bug 107790 - HTML export: implement support for CSS3 Multiple column layout
Summary: HTML export: implement support for CSS3 Multiple column layout
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
5.3.3.2 release
Hardware: All All
: low enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: filter:html
Depends on:
Blocks: (X)HTML-Export
  Show dependency treegraph
 
Reported: 2017-05-12 07:35 UTC by grofaty
Modified: 2019-04-09 14:37 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
two_columns_sample.odt (11.60 KB, application/vnd.oasis.opendocument.text)
2017-05-12 07:35 UTC, grofaty
Details

Note You need to log in before you can comment on or make changes to this bug.
Description grofaty 2017-05-12 07:35:17 UTC
Created attachment 133256 [details]
two_columns_sample.odt

Hi,
1. Some text.
2. Select whole text.
3. Menu Format | Columns.
4. From Settings section | Columns set to 2 and OK button.
   Note: I set some spacing, to look more prettier and easier to see columns' text, but not required for test. 
5. There are two columns of text now. Export to XHTML by File | Export | XHTML file type.
6. Open file in browser like Firefox and whole text is in one single column. PROBLEM. Expected is to have two columns of text.
Regards

I am attaching sample Writer file. Just use File | Export and export to XHTML.

=== My LibreOffice ===
Version: 5.3.3.2
Build ID: 3d9a8b4b4e538a85e0782bd6c2d430bafe583448
CPU Threads: 3; OS Version: Windows 6.1; UI Render: default; Layout Engine: new; 
Locale: sl-SI (sl_SI); Calc: group
Comment 1 Buovjaga 2017-05-13 18:56:58 UTC
https://developer.mozilla.org/en-US/docs/Web/CSS/columns

Ok let's set to NEW and change to enhancement. Multicolumns are a quite fresh feature in CSS.