Skip to content

requirement-yogi/iframe_resize

Repository files navigation

Resize issue

Suspected bug:

In the RequirementsPage.tsx file, the AP.resize() causes the iframe to be resized to an incorrect height. Subsequent calls to AP.resize() do not appear to reset the height to the full size of the container page.

Steps to reproduce:

Build the project and run the app.

  • Setup a domain name for your app, and specify the domain in the .env file.
  • Build the backend
cd backend
mvn clean install -DskipTests
  • Build the frontend
cd frontend
npm install
npm run build
  • Build the docker containers: The issue is not reproducible in dev mode
docker-compose -f docker-compose.local.yml build 
docker-compose -f docker-compose.local.yml up 
  • Install the app in Confluence, and create a private listing token.

  • Navigate to the Requirement Yogi entry page, and refresh until you see the height not properly set.

About

Created as a minimal reproducible example for RYC-1780 and ECOHELP-49430

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published