Bugzilla – Attachment 194631 Details for
Bug 161001
DOCX nested table popped out of surrounding table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
PoC patch
patch (text/plain), 1013 bytes, created by
Miklos Vajna
on 2024-06-10 14:07:31 UTC
(
hide
)
Description:
PoC patch
Filename:
MIME Type:
Creator:
Miklos Vajna
Created:
2024-06-10 14:07:31 UTC
Size:
1013 bytes
patch
obsolete
>diff --git a/sw/source/writerfilter/dmapper/DomainMapperTableHandler.cxx b/sw/source/writerfilter/dmapper/DomainMapperTableHandler.cxx >index 422d643cb7ba..cf9fd1bedbfc 100644 >--- a/sw/source/writerfilter/dmapper/DomainMapperTableHandler.cxx >+++ b/sw/source/writerfilter/dmapper/DomainMapperTableHandler.cxx >@@ -1596,7 +1596,8 @@ void DomainMapperTableHandler::endTable(unsigned int nestedTableLevel) > if (it != aFrameProperties.end()) > { > it->Value >>= nVertOrientRelation; >- if (nVertOrientRelation == text::RelOrientation::PAGE_FRAME) >+ bool bInHeaderFooter = m_rDMapper_Impl.IsInHeaderFooter(); >+ if (nVertOrientRelation == text::RelOrientation::PAGE_FRAME && bInHeaderFooter) > { > // If vertical relation is page, follow-text-flow is not useful and causes > // unwanted wrap of body text around in-header floating table, so avoid it.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 161001
:
194042
|
194043
|
194630
| 194631