Collabora Online Weekly Meeting #177
Date: 18th Jul 2024
All minutes published on: https://forum.collaboraonline.com/tag/meeting-minutes
- Pedro, Bayram, Darshan, Ezinne, Hub, Andras, João, Méven, Anna, Michael, Aron, Caolán, Skyler, Vivek, Gökay, Attila, Szymon, Timur
-
CODE: 24.04.5.1 released
-
CODE 24.04.4.2 To be released in 18 July
-
Next CODE 24.04.6.1 in 2 weeks
-
Mobile releases 24.04.4 (stable branch) Next week
-
iOS 24.04 Released this week
-
Android 24.04 is stalled
- Blocker: android: some parts don’t render at some zoom levels (Rash will look at it)
-
-
PRs in need for attention (Please add here any PR that needs attention)
-
PRs without reviewer https://github.com/orgs/CollaboraOnline/projects/3/views/2
-
now 2
-
https://github.com/CollaboraOnline/online/pull/9457 Added Szymon as reviewer (as he was already part of the discussion)
-
Nicolas
-
Gabriel
-
Now back
-
We have started to upgrade now to 23
-
Working now on something related to CSV and probably will backport it but I’m waiting for some feedback → https://gerrit.libreoffice.org/c/core/+/165905
-
this was mostly useful for converting CSV → PDF – because separators were not found
-
idea was to detect automatically at conversion.
-
First patch – adds character-set and separator settings
-
can use these when you pass the filter parameters.
-
Instead of separator & character set put ‘detect’
-
-
Would be nice to use it in the import dialog.
-
-
Would love to help out with design for serializing settings (Michael)
-
Julius
-
Getting much more frequent races causing a download of the file … when clicked. (Michael)
-
seems like a richdocuments / Nextcloud race… perhaps more plugins installed …
-
now have draw.io/BPMN/etc. etc. in the list here … probably related to this.
-
Finally have a reproducer on our instance
-
-
New releases out last week with some fixes
-
richdocumentscode setup improvements to make requests async
-
Generally improve background connectivity checks
-
Guest name picker redesign
-
Fix when renaming files with manual file locking enabled
-
Fixed group limit settings
-
-
Thorsten
- [No update]
-
Attila
Working on some customer task, may not really related to cool.
-
Andras
-
Szymon
-
Following the users in writer – fixed another case
- When the user uses the insert new page → the view remains unchanged but the user is already down
-
Added tooltip to menubuttons (color pickers for example)
-
Next: Pedro’s report - now unotoolbuttons are being enable/disable but the inner child is not being enabled or disabled: search previous and search next
-
Darshan
-
Add ‘title’ attribute to iframe for accessibility (PR #9444) => Merged
- Richdocument PR to add ‘title’ attribute to iframe for accessibility https://github.com/nextcloud/richdocuments/pull/3807 => Merged ( Backported to stable 27 and 28 )
-
Accessibility: Add ARIA roles for buttons #9500
-
(has local patch) Typescript conversion of Ruler.js. Next will create base class for ruler which will help to remove duplication of code occurring in horizontal and vertical ruler file.
- Maybe we can then hunt why it takes too long to re appear when switching pages
-
Next:
-
More improvements on accessibility stuff
-
add currency drop down in writer app.
-
-
Aron
- nothing to add
-
Caolan performance
-
Worked on some linux namespace stuff for better container experience
- merged now. So now “make run” and “make check” should use linux namespaces, so for dev shouldn’t need sudo anymore. Better container integration flows from this, defaulted on for --enable-experimental and can be explicit with
--o:mount_namespaces=true
- merged now. So now “make run” and “make check” should use linux namespaces, so for dev shouldn’t need sudo anymore. Better container integration flows from this, defaulted on for --enable-experimental and can be explicit with
-
dns stalls seen in watchdog profiles, fix merged
-
might be nice to poke at the warning spew (Michael)
- I can see a case of this locally now I believe
-
-
Watchdog profiles
-
auto git commit of profiles
-
-
Bayram
-
(In Progress) - Enhancement - tdf#158857: Keep Power Query when saving XLSX
-
core (PR1): https://gerrit.libreoffice.org/c/core/+/164290 (Merged)
-
Calc can import&export xl/connections.xml now → added to 25.2 release notes.
-
tested on Excel/Calc → works very well - did not encounter any crash etc…
-
-
core (PR2): (xl/drawings/*) - (WIP) → Continue to work on this.
-
-
(To Test) - Accessibility Writer - Accessible Overlay Content: Improve new tooltips
-
PR : https://github.com/CollaboraOnline/online/pull/9369 (Merged)
-
commented: https://github.com/CollaboraOnline/online/pull/9369#issuecomment-2230667330
-
change styling, fix cropping/overflow issue, fix visible tooltip after mouse leave.
-
Pedro: Tooltips: I have noticed the font fallbacks to serif on chrome
-
-
Skyler
-
Working on Android issues
-
Tiles rendering white when you enter edit mode (or zoom to certain levels)
-
have a fix… I’m not particularly happy about it https://github.com/CollaboraOnline/online/pull/9530
-
there’s another half to the problem in core … although both halves seem to be needed for the problem to actually occur
-
Will have a call with Gokay
-
-
Build issues
- Snapshot builds are failing … I think it’s an Android Gradle Plugin version issue … we may have to finally update despite https://issuetracker.google.com/issues/293294923
-
Changing the way that many tabs render in the mobile wizard
- There’s a WIP patch … but everything else is more urgent: https://github.com/CollaboraOnline/online/pull/9431
-
-
Elliot
- On holiday
-
Pranam
-
Gökay
Continues:
- Separating global.js file from HTML.
Next:
-
Hunting for leaflet bits
-
Some small fixes and reviews.
-
Copy text with comments issue. Has a PR but needs to check the tests also.
-
Hubert
-
No updates
-
Gulsah
-
Invert calc background color feature
-
https://github.com/CollaboraOnline/online/pull/9344 (merged)
-
a user reported this problem too. I’ve replied and closed:
-
-
Changing dark mode affects other users link colors.
-
I’m about to finish this task.
-
core patch: https://gerrit.libreoffice.org/c/core/+/169984
-
online patch: I have it locally, after the core patch is ok I’ll sent it too.
-
-
-
Vivek
- No updates to share from my side, Thanks!
-
Timur
-
Méven
-
Working on symbol insertion dialog regression caused by https://github.com/CollaboraOnline/online/pull/8011
-
Working on wopi check connectivity Rest Api
-
-
Cor
-
Found the (easy) cause of a single keyboard shortcut issue/regression on Desktop, caused by a COOL commit.
Gökay will patch that. -
Dived into presentations/templates (weeks ago) trying to understand the cascading of styles and DF, which is ‘more interesting’ than e.g. Writer. Helps to clean up stuff. Later will look into my macro’s (from previous work) for cleaning/standardizing existing slides.
-
-
Easy hack:
- admin warning for under-powered systems => Assiged to rparth07
- “Format > Columns” Menu: Style Dropdown Text Misaligned #7591
- Android: Dark Mode “Menu Selection” = Light-on-Light Highlight+Text #7503
-
Forum (Darshan)
-
Can’t connect after latest update
-
How can I get the file content in Selenium?
-
Shadow Cells on iPad
-
How does the server proactively send UNO commands to the client ( Thanks miklos )
-
How to obtain the currently selected image.Through Python scripting ( Thanks miklos )
-
Questions:
-
Karthik
I am happy to share that I completed building Mobile project for iOS and able to run in my device successfully. My requirement is to convert office files like docx, xlsx and ppt to PDF files completely offline in my current project. I tested the same feature in Mobile project from cool and it is working like a pro.
Could you please suggest how exactly to link this Mobile project to my current project to have that functionality in my project.
- AI Darshan to drop here the SDK and simple example repository files with some text
- 07/25/24