https://bugs.documentfoundation.org/show_bug.cgi?id=146273
Heiko Tietze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda |.freedesktop.org |tion.org, | |mentoring@documentfoundatio | |n.org Keywords|needsUXEval |easyHack, skillDebug, | |topicUI Summary|inconsistencies in |"Go To" control in |navigator page "go to" and |Navigator must not accept |page dialog |other than numeric values --- Comment #6 from Heiko Tietze <[email protected]> --- The numerical spin edit fields are not meant for some cryptic vi-like commands. Having $ jumping to the last value is just a fortuitous result. So I agree with Rainer to accept only numbers in the Navigator field. The "Go-To-Page" dialog works as expected. Code pointer: sw/uiconfig/swriter/ui/navigatorpanel.ui uses a GtkAdjustment and code in sw/source/uibase/utlui/navipi.cxx does m_xEdit->set_max(nPageCnt); as I'd expect. Needs some debugging... -- You are receiving this mail because: You are the assignee for the bug.
