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

Fix for dropdowns in table-responsive using JS #2711

Merged
merged 2 commits into from
Oct 11, 2016

Conversation

alanhartless
Copy link
Contributor

Q A
Bug fix? y
New feature? n
Related user documentation PR URL na
Related developer documentation PR URL na
Issues addressed (#s or URLs) #2458
BC breaks? n
Deprecations? n

Description:

The dropdowns on the last rows in table-responsive classes were cut off due to a "won't fix" Bootstrap issue. This uses JS to implement a fix by calculating and adding a padding.

Steps to test this PR:

  1. Go to form results
  2. Click the dropdown on the left of the last row
  3. The delete button should be visible

Steps to reproduce the bug:

  1. Same as above but the delete button will be hidden

@alanhartless alanhartless added bug Issues or PR's relating to bugs ready-to-test PR's that are ready to test labels Oct 11, 2016
@alanhartless alanhartless added this to the 2.2.1 milestone Oct 11, 2016
@escopecz
Copy link
Sponsor Member

The delete option is visible with this PR 👍

@escopecz escopecz added the pending-test-confirmation PR's that require one test before they can be merged label Oct 11, 2016
@mqueme
Copy link
Contributor

mqueme commented Oct 11, 2016

??

@mqueme mqueme added ready-to-commit PR's with 2 successful tests, 1 approval, automated tests and docs and is ready to be merged and removed pending-test-confirmation PR's that require one test before they can be merged labels Oct 11, 2016
Copy link
Sponsor Member

@escopecz escopecz left a comment

Choose a reason for hiding this comment

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

The code removed in app.css will break email dynamic content. @dongilbert already committed a fix for this to https://github.com/mautic/mautic/pull/2653/commits, but that PR won't make it to 2.2.1. Don, could you apply that commit here as well?

Copy link
Member

@dongilbert dongilbert left a comment

Choose a reason for hiding this comment

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

Thanks @alanhartless! To note, this PR also fixes dynamic content via "Insert Token"

@dongilbert dongilbert merged commit 4ed8582 into mautic:staging Oct 11, 2016
@alanhartless alanhartless deleted the bug-2458 branch October 24, 2016 01:53
@escopecz escopecz removed ready-to-commit PR's with 2 successful tests, 1 approval, automated tests and docs and is ready to be merged labels Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues or PR's relating to bugs ready-to-test PR's that are ready to test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants