[Libreoffice-bugs] [Bug 144859] mechanism misbehaves when embedded

2023-07-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144859

--- Comment #4 from Commit Notification 
 ---
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/886cebba80267127e47de6f5dad57745cfe54752

tdf#144859 - fix switch javascript logic.

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

[Libreoffice-bugs] [Bug 144859] mechanism misbehaves when embedded

2023-07-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144859

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.2.0

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

[Libreoffice-bugs] [Bug 144859] mechanism misbehaves when embedded

2023-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144859

--- Comment #3 from Olivier Hallot  ---
to fix this issue I need a javascript code that handles the current pseudo code

For this use case System is WIN. Note that second switch must return the
DEFAULT case.


switch System {
case MAC:
   mac help stuff
   break;
case WIN:
   win help stuff
   switch System {
case MAC:
mac help2 stuff
break;
 case DEFAULT:
DEFAULT help2 stuff
break;
default:
undefined system stuff
   }
   break;
case UNIX: 
   unix help stuff
   break;
case DEFAULT:
   DEFAULT help stuff
   break;
default:
   undefined system stuff
}

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

[Libreoffice-bugs] [Bug 144859] mechanism misbehaves when embedded

2022-12-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144859

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #2 from Buovjaga  ---
Note that we want to get rid of the switches completely, but it is not trivial

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

[Libreoffice-bugs] [Bug 144859] mechanism misbehaves when embedded

2022-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144859

--- Comment #1 from Olivier Hallot  ---
This bug requires changes in

+ help3xsl/help2.js :

// Find spans that need the switch treatment and give it to them
var spans = document.querySelectorAll("[class^=switch]");
(...)

function setApplSpan(spanZ) 
function setSystemSpan(spanZ)

+ help3xsl/online_transform.xsl :
switch /switchinline
case
default

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

[Libreoffice-bugs] [Bug 144859] mechanism misbehaves when embedded

2021-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144859

Olivier Hallot  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 Blocks||97629


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=97629
[Bug 97629] [META] Help Content Modernization
-- 
You are receiving this mail because:
You are the assignee for the bug.