Friday, March 6, 2020
3 changes
Resolved issues and error corrections
The web editor link dialog now places the cursor directly in the first visible field when opened. This lets users paste or type a URL immediately, reducing extra clicks and making content editing smoother.
Original PR description
Description of the issue/feature this PR addresses: Purpose:- purpose of this commit is to Improve the user experience and smoothness of the Composer. Specification:- Everytime on the Web Editor, when I click on the "Link" icon, the focus is not set in the first field. It should be set so we can directly paste the URL with no extra clicks.to do that, we make a first visible input field focused. PR #44931 Task-2083209 Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The link tracker interface now handles large amounts of data better by using larger display areas. Truncated links also show the full address on hover, making it easier for users to identify and review links without opening them.
Original PR description
This commit increase the containers sizes in linktracker because at the moment it's not adapted for big data. It also add title attributes on truncated link to preview the full link on hover. OPW-2203428 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The link tracking screens now have larger display areas so reports with many or long links are easier to read. Truncated links also show the full address on hover, helping users identify links without opening or copying them.
Original PR description
This commit increase the containers sizes in linktracker because at the moment it's not adapted for big data. It also add title attributes on truncated link to preview the full link on hover. OPW-2203428 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr