| Summary: | Draw rename still uses "Slide" instead of "Page" | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Baole Fang <baole.fang> |
| Component: | Draw | Assignee: | Baole Fang <baole.fang> |
| Status: | VERIFIED FIXED | ||
| Severity: | minor | CC: | buzea.bogdan, xiscofauli |
| Priority: | medium | Keywords: | accessibility |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=150477 | ||
| Whiteboard: | target:7.6.0 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Baole Fang
2023-03-29 03:13:10 UTC
Selamat datang di portal media informasi https://www.redirek.com/ yang sangat sederhana ini, dan terima kasih telah meluangkan waktu untuk berkunjung. Perkenalkan kami Redirek.com merupakan portal media sederhana yang ingin berbagi sedikit artikel-artikel santuy dan seru sebagai bahan baca'an kepada sahabat semua. Kami sangat berharap artikel-artikel yang ada di dalam portal media ini dapat bermanfaat serta menghibur para pembaca sekalian. Portal media Redirek.com ini merupakan sebuah portal media informasi yang mengulas tentang berbagai hal di dunia, mulai dari sejarah, budaya, kesehatan, teknologi, edukasi, gadget, musik, game dan info viral lainnya. Sebagai portal media informasi yang dibangun dengan senang hati, kami selalu berusaha menyajikan artikel-artikel informatif, segar dan tentunya menghibur, karena itu adalah salah satu cara kami mengajak pembaca sekalian untuk bersenang-senang dan bergembira bersama. Selamat datang di portal media https://www.redirek.com/ yang sangat sederhana ini, dan terima kasih telah meluangkan waktu untuk berkunjung. Perkenalkan kami Redirek.com merupakan portal media sederhana yang ingin berbagi sedikit artikel-artikel santuy dan seru sebagai bahan baca'an kepada sahabat semua. Kami sangat berharap artikel-artikel yang ada di dalam portal media ini dapat bermanfaat serta menghibur para pembaca sekalian. Portal media Redirek.com ini merupakan sebuah portal media informasi yang mengulas tentang berbagai hal di dunia, mulai dari sejarah, budaya, kesehatan, teknologi, edukasi, gadget, musik, game dan info viral lainnya. Sebagai portal media informasi yang dibangun dengan senang hati, kami selalu berusaha menyajikan artikel-artikel informatif, segar dan tentunya menghibur, karena itu adalah salah satu cara kami mengajak pembaca sekalian untuk bersenang-senang dan bergembira bersama. Baole Fang committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/04bf1d2385ed80e7aee8015dc69e868c2abe4142 tdf#154437: Check "Page" instead of "Slide" in Draw rename It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. This bug as reported is fixed. But one side effect, I can NOT rename the first Page from "Slide 2" to "Page 1", even this name is not used, because there is just a "Page 2" reserved. Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 127eacf630e1712fd5addcabed404b2d33752311 CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3 Locale: ro-RO (ro_RO.UTF-8); UI: en-US Calc: threaded (In reply to BogdanB from comment #4) > This bug as reported is fixed. > But one side effect, I can NOT rename the first Page from "Slide 2" to "Page > 1", even this name is not used, because there is just a "Page 2" reserved. > > Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community > Build ID: 127eacf630e1712fd5addcabed404b2d33752311 > CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3 > Locale: ro-RO (ro_RO.UTF-8); UI: en-US > Calc: threaded But, also, I can rename it "Page 1a", and this works. Hi, I think this fix should be used together with Hi, this fix should be used together with the other fix: https://bugs.documentfoundation.org/show_bug.cgi?id=150477#c20 In the other fix, I fixed Draw's "Slide" to "Page", so "Page #", where # represents an integer, is perseved for Draw. Similar behavior can be observed in Impress. When we create an Impress document with two slides, the default name for the first slide is "Slide 1" and the second slide is "Slide 2". If you change the first slide's name to a random name, such as "abc", you still cannot change the name of the second slide to "Slide 1". This is because "Slide #" is perseved. The reason that you can change it to "Page 1a" is that "Page 1a" is not perserved. We can discuss whether we should allow users to change a later slide's name to a previous slide's default name if the previous slide has been renamed, but this isn't the focus of this fix. |