No Code Attached Yet bug
avatar heelc29
heelc29
9 Apr 2023

Steps to reproduce the issue

Login/Create an user who don't have access for core.edit.state and check the published form field

Expected result

J4.2.10-dev
image

Actual result

J‎4.3.0-rc3-dev
image

Additional comments

That's the difference I found and maybe related to PR #39379 and @dgrammatiko can help?

J4.2.10-dev

.form-select:disabled, .custom-select:disabled {
  cursor: default;
  background: #e8e8e8;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

J‎4.3.0-rc3-dev

.form-select:disabled, .custom-select:disabled {
  cursor: default;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
avatar heelc29 heelc29 - open - 9 Apr 2023
avatar joomla-cms-bot joomla-cms-bot - change - 9 Apr 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 9 Apr 2023
avatar richard67 richard67 - change - 9 Apr 2023
Labels Added: bug
avatar richard67 richard67 - labeled - 9 Apr 2023
avatar heelc29
heelc29 - comment - 9 Apr 2023

Will fixed by #40350
image

avatar heelc29 heelc29 - change - 9 Apr 2023
Status New Closed
Closed_Date 0000-00-00 00:00:00 2023-04-09 13:43:34
Closed_By heelc29
avatar heelc29 heelc29 - close - 9 Apr 2023

Add a Comment

Login with GitHub to post a comment