| Summary: | Tip of the Day should remember latest seen tip and show a new one. | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Rainer Bielefeld Retired <LibreOffice> |
| Component: | UI | Assignee: | Heiko Tietze <heiko.tietze> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | 79045_79045, heiko.tietze, jluth, LibreOffice |
| Priority: | medium | ||
| Version: | 6.3.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
| Whiteboard: | target:6.3.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 113108, 125257 | ||
|
Description
Rainer Bielefeld Retired
2019-04-15 07:48:31 UTC
agree Heiko, I think should be mechanism to display of randomly tip The code should randomly pick one of the 300+ tips (not sequentially because of not storing another value in the registry). Will look into it why it's not working as expected. Yes, random might be better than linear heiko tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/033e1130a65ec7f0fa9c46e5124adc9d8bf724ba%5E%21 Resolves: tdf#124743 - Tip of the Day randomization It will be available in 6.3.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. Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/d1d44e1dde7b1b6001e6b9c672770265ba9cb7db%5E%21 tdf#124743 TipOfTheDay: Next tip should not be random It will be available in 6.3.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. Justin's patch makes the "Next Tip" sequentially while keeping the first shown random. |