https://issues.apache.org/ooo/show_bug.cgi?id=123412
Regina Henschel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Regina Henschel <[email protected]> --- Hi Armin, I think, that the error is in the UI. The escape directions cannot be combined in ODF1.2. There exist: auto, up, right, down, left, horizontal, vertical. 'horizontal' has the meaning of 'left or right', and 'vertical' has the meaning of 'up or down'. Therefore a combination 'up or left' cannot be written to ODF1.2. Indeed in such cases no draw:escape-direction is written at all. That was already the same way in .sxd format. So the API is correct. But the UI has to be changed, so that it only allows settings, which can be stored. For example handle it the same as alignment. One icon for "auto" ("smart" in API). If it is set, then the others are disabled. And six buttons for the others, where only exact one can be set. The ODF attribute has strings as values. Allowing to combine them would result in a very long list of valid strings or a change of the value type to a string list or to a bit field. That would require a suggestion to the TC. Exist user requests for such combining of escape directions? Is this feature needed for import of Microsoft formats? [SVG connector does not yet exist, but is still an early draft.] -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
