https://bugs.documentfoundation.org/show_bug.cgi?id=134915

--- Comment #12 from PhucHoang <[email protected]> ---
I found the reseon cause this problem
Ref Box Check: First when left, right = 2.5, which is 1417 TWP. the while page
is  9638 so in ref percent mode left = (1417 / 9638) = 0,147022204 maybe it
rounded up to 15%, Width caculate by page width - left - right = 6804 (70.59%).
round to 71%
Ref Box UnCheck: Because of the round up (14.7 -> 15), left and right get some
more value (1446) -> width = 6746 (Exactly 70%)
After first check-uncheck: value is stable so we dont see any glitch

Code: I link code in sw/source/uibase/utlui/prcntfld.cxx in func
SwPercentField::ShowPercent cause this problem, but i dont know how to fix
without affecting element struct.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to