| Summary: | Navigator: Bad behaviour of controllers when changing slides | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Martin Bakos <bakosmartin> |
| Component: | Impress | Assignee: | Martin Bakos <bakosmartin> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mentoring, xiscofauli, zolnaitamas2000 |
| Priority: | medium | Keywords: | difficultyBeginner, easyHack, skillCpp, topicUI |
| Version: | 4.3 all versions | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.1.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 103030 | ||
| Attachments: | Pic shows the bad behaviour | ||
|
Description
Martin Bakos
2017-11-15 13:43:34 UTC
Created attachment 137780 [details]
Pic shows the bad behaviour
Confirm in Version: 6.0.0.0.alpha1+ Build ID: b56479e88edeabd6c6fe51cc0095a23543229856 CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk3; Locale: th-TH (ca_ES.UTF-8); Calc: grou and Version: 4.3.0.0.alpha1+ Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e @Marting, I see you have assigned this issue to yourself. Do you plan to work on this? (In reply to Xisco Faulí from comment #2) > Confirm in > > Version: 6.0.0.0.alpha1+ > Build ID: b56479e88edeabd6c6fe51cc0095a23543229856 > CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk3; > Locale: th-TH (ca_ES.UTF-8); Calc: grou > > and > > Version: 4.3.0.0.alpha1+ > Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e > > @Marting, I see you have assigned this issue to yourself. Do you plan to > work on this? Yes That's fantastic. Setting to ASSIGNED then... Just some notes to help you with solving this issue: The navigator code is here: sd/uiconfig/simpress/ui/navigatorpanel.ui -> defines the view of the panel sd/source/ui/dlg/navigatr.cxx -> defines the panel behavior SdPageNameControllerItem::StateChanged() method seems a good starting point. This method is called when slide changes and this method makes the navigator update. martinb214 committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=962873c863ee8f5dcb80af05bd658266304bb5cb tdf#113856 Navigator: Bad behaviour of controllers when changing slides It will be available in 6.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |