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

Buttonrama #18410

Merged
merged 18 commits into from
Sep 9, 2020
Merged

Buttonrama #18410

merged 18 commits into from
Sep 9, 2020

Conversation

agh1
Copy link
Contributor

@agh1 agh1 commented Sep 8, 2020

Overview

This combines PRs #18005 and #18087 into one monstrosity. This follows the decision to revert both late in the 5.29 beta cycle and merge them early in the 5.31 alpha cycle to maximize exposure before the release.

Before / After

See #18005 for a thorough comparison of the visual changes. In addition, pretty much all instances of <input type="submit"> are now <button type="submit">. A <button> element has contents, while an <input> of the type "submit" or "button" displays the plain-text value of the value attribute. The result is that we can treat real buttons the same way as links and other things that are made to look and act like buttons.

Comments

The commits are those from #18005 followed by #18087. A couple of spots had to be fixed to accommodated changes in the meantime. Finally, there's a commit to remove obsolete OpenFlashChart code that I noticed when updating JS references.

@civibot civibot bot added the master label Sep 8, 2020
@civibot
Copy link

civibot bot commented Sep 8, 2020

(Standard links)

@colemanw
Copy link
Member

colemanw commented Sep 9, 2020

Excellent work @agh1 !
I'll merge this now to maximize exposure before release.

@colemanw colemanw merged commit 6f47e02 into civicrm:master Sep 9, 2020
@agileware-justin
Copy link
Contributor

For anyone following this, there is some really useful updating documentation shared on Mattermost here, https://chat.civicrm.org/civicrm/pl/a79bgp6ir7ypiyp8sgjzi93nwa

@eileenmcnaughton
Copy link
Contributor

@jamienovick - one of the reasons we reverted this from 5.29 & re-merged to 5.31 was to give more leadtime for shoreditch. This will go out in 6 weeks now and a fix needs to be done in shoreditch to make the buttons look right again with this merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants