ymcatwincities / openy

The Open Y platform. See README.md below
https://openy.org
GNU General Public License v3.0
49 stars 111 forks source link

Carnation: Subprogram listing item images not 100% on mobile #2539

Closed froboy closed 2 years ago

froboy commented 3 years ago

To reproduce:

Health_and_Fitness___Drush_Site-Install

Proposed resolution:

It looks like:

 .subprogram-listing-item {
    display: table;
    ...
 }

.subprogram-listing-item .image {
    display: table-caption;
}

are causing the issue. Removing display:table; or replacing with display:block seems to resolve the issue.

shelleygoetz commented 3 years ago

Link to Jira ticket:https://openy.atlassian.net/browse/MAINTAIN-167

podarok commented 3 years ago

Fixed Thank you @bharath-kondeti

sarah-halby commented 3 years ago

@bharath-kondeti & @podarok reopening this issue due to issues found during QA. Images are not 100% in Rose and Lily themes and after the description was changed, the images disappeared entirely. Message from QA: After I changed the description of the weight loss subcategory, the images do not appear on mobile devices

cc @froboy

froboy commented 3 years ago

@bharath-kondeti please see above.

bharath-kondeti commented 3 years ago

@froboy, I will recheck the fix once again.

sarah-halby commented 3 years ago

@bharath-kondeti the issue is persisting on mobile per our QA team.

bharath-kondeti commented 3 years ago

@sarah-halby, Apologies for the delay. I was testing the fix on my local instance by making lily, rose themes as default each time and i was not able to see any issue, all the images were coming properly. When i set back the theme to carnation, the original issue for which this fix was made is also fixed. I was not able to exactly replicate the issue that was mentioned above.

Also, these are the steps that i have used for replicating the issue:

Can you please review the steps above that i have used for testing and let me know if I am doing anything wrong. Also, can you please help me provide the steps to reproduce the issue on lily and rose themes.

sarah-halby commented 3 years ago

@shelleygoetz can you please add these to the comments section in the Jira ticket, tag Anastasiia, and then create a message between us, Anastasiia, Bharath, and Avi on slack so that Anastasiia and Bharath can have a conversation there? The alternative is for Anastasiia and Bharath to have a conversation here on GitHub to speed up the solution process. cc @froboy

@bharath-kondeti our QA team member is on vacation this week, but she will review on October 4 when she returns.

podarok commented 2 years ago

@shelleygoetz @sarah-halby the fix merged

sarah-halby commented 2 years ago

@froboy & @bharath-kondeti this will be included in the Nov 9 release.

shelleygoetz commented 2 years ago

Tested and fixed, closing issue.