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

FORMS-3342 : Title issue is while inline editing the title for Button, Reset and Submit button. #849

Closed
wants to merge 0 commits into from

Conversation

AnurudraS
Copy link
Contributor

@AnurudraS AnurudraS commented Aug 31, 2023

Description

The file _cq_editConfig.xml is added to override the inplaceEditingConfig property named editElementQuery.
Currently, the issue is due to the editElementQuery property as it was label:first and no label was defined in button, therefore with this fix the issue is resolved and doesn't impact other components.

Related Issue

FORMS-3342 : Title issue in form authoring with Button, Reset and Submit button.

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes and the overall coverage did not decrease.
  • All unit tests pass on CircleCi.
  • I ran all tests locally and they pass.

@adobe-bot
Copy link

Lighthouse scores (mobile)

Performance Accessibility Best-Practices SEO
Scores 90 100 100 71

@adobe-bot
Copy link

Lighthouse scores (desktop)

Performance Accessibility Best-Practices SEO
Scores 100 100 100 73

@codecov
Copy link

codecov bot commented Sep 4, 2023

Codecov Report

Merging #849 (1ab6b91) into dev (ebbc462) will not change coverage.
Report is 18 commits behind head on dev.
The diff coverage is n/a.

❗ Current head 1ab6b91 differs from pull request most recent head d189f3d. Consider uploading reports for the commit d189f3d to get more accurate results

@@            Coverage Diff            @@
##                dev     #849   +/-   ##
=========================================
  Coverage     80.22%   80.22%           
  Complexity      712      712           
=========================================
  Files            87       87           
  Lines          2013     2013           
  Branches        268      268           
=========================================
  Hits           1615     1615           
  Misses          250      250           
  Partials        148      148           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add copy write header

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it required here? as I cannot see in other similar files!
copyright header can be only seen in pom.xml and this is editConfig.xml

@AnurudraS AnurudraS changed the title override the inplace editing Edit element query. FORMS-3342 : Title issue is while inline editing the title for Button, Reset and Submit button. Sep 6, 2023
@github-actions github-actions bot closed this Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants