Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Number alignment #16804

Closed
OlafvdSpek opened this issue Apr 9, 2021 · 3 comments
Closed

Number alignment #16804

OlafvdSpek opened this issue Apr 9, 2021 · 3 comments
Assignees
Labels
Bug A problem or regression with an existing feature has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete newbie ui Issues relating to the user interface
Projects
Milestone

Comments

@OlafvdSpek
Copy link

Numbers seem to be left-aligned rather than right-aligned.

5.1.1-dev+20210408.b5829d01e0

@williamdes williamdes added the Bug A problem or regression with an existing feature label Apr 13, 2021
@williamdes williamdes added this to Needs triage in issues via automation Apr 13, 2021
@williamdes williamdes added the ui Issues relating to the user interface label Apr 13, 2021
@williamdes williamdes moved this from Needs triage to Reproduced in issues Apr 13, 2021
@williamdes
Copy link
Member

If you can please post screenshots of before and after please ?

@ibennetch
Copy link
Member

5.0.0:
image

Current master from demo server:
image

Current STABLE on demo server:
image

@williamdes williamdes added this to the 5.1.2 milestone Jul 15, 2021
@williamdes williamdes self-assigned this Aug 8, 2021
@williamdes williamdes added the has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete label Aug 8, 2021
@williamdes
Copy link
Member

Test data

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";

CREATE TABLE `nbrs` (
  `int` int(1) NOT NULL,
  `decimal` decimal(2,1) NOT NULL,
  `float` float NOT NULL,
  `double` double NOT NULL,
  `real` double NOT NULL,
  `texttt` varchar(255) COLLATE koi8u_bin NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=koi8u COLLATE=koi8u_bin;

INSERT INTO `nbrs` (`int`, `decimal`, `float`, `double`, `real`, `texttt`) VALUES
(2, '2.0', 2, 2, 2, 'okayy');


ALTER TABLE `nbrs`
  ADD UNIQUE KEY `int` (`int`,`decimal`,`float`,`double`,`real`);
COMMIT;

williamdes added a commit that referenced this issue Aug 9, 2021
Signed-off-by: William Desportes <williamdes@wdes.fr>
issues automation moved this from Reproduced to Closed Aug 9, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A problem or regression with an existing feature has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete newbie ui Issues relating to the user interface
Projects
issues
  
Closed
Development

No branches or pull requests

3 participants