Skip to content

FOUR-8032: Options of Physical Address are not displayed directly under the field but at the bottom of the page#5072

Merged
ryancooley merged 1 commit into
developfrom
bugfix/FOUR-8032
Aug 2, 2023
Merged

FOUR-8032: Options of Physical Address are not displayed directly under the field but at the bottom of the page#5072
ryancooley merged 1 commit into
developfrom
bugfix/FOUR-8032

Conversation

@rodriquelca
Copy link
Copy Markdown
Contributor

@rodriquelca rodriquelca commented Aug 1, 2023

Issue & Reproduction Steps

Current behavior

The list of options is displayed on the bottom of the page and not directly under the field, it even moves with the page when scroll down the page

Expected behavior

The list should be displayed under the field.

Solution

  • overflow-x: hidden was removed from html and body styles.
webentry-googleplaces.mp4

How to Test

  1. Install google places and webentry packages in your pm instances
  2. Create a Screen with some controls (Any) to enable the scroll,
  3. Add various Google place fields,
  4. Add google places inside a nested screen
  5. Add google places inside a tables
  6. Create a process with WE
  7. Assign the screen in the WE
  8. Create a request
  9. Scroll down to Google places
  10. Set an address

Related Tickets & Packages

Code Review Checklist

  • I have pulled this code locally and tested it on my instance, along with any associated packages.
  • This code adheres to ProcessMaker Coding Guidelines.
  • This code includes a unit test or an E2E test that tests its functionality, or is covered by an existing test.
  • This solution fixes the bug reported in the original ticket.
  • This solution does not alter the expected output of a component in a way that would break existing Processes.
  • This solution does not implement any breaking changes that would invalidate documentation or cause existing Processes to fail.
  • This solution has been tested with enterprise packages that rely on its functionality and does not introduce bugs in those packages.
  • This code does not duplicate functionality that already exists in the framework or in ProcessMaker.
  • This ticket conforms to the PRD associated with this part of ProcessMaker.

Copy link
Copy Markdown

@ana-mauricio ana-mauricio left a comment

Choose a reason for hiding this comment

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

The fix is correct.
Tests carried out:

Verify Google places in a nested screen WE
Verify Google places in tables WE
Verify Google places when the scroll is enabled in the WE
Verify Google with the customer screen WE
Verify Google places in a nested screen REQUEST
Verify Google places in tables REQUEST
Verify Google places when the scroll is enabled in the REQUEST
Verify Google with the customer screen REQUEST
@rodriquelca @boliviacoca

@ryancooley ryancooley merged commit eb45b90 into develop Aug 2, 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.

4 participants