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

[small] does not affect text placed within a [grid][row][cell] #2

Closed
Dibasic opened this issue Aug 30, 2018 · 1 comment
Closed

[small] does not affect text placed within a [grid][row][cell] #2

Dibasic opened this issue Aug 30, 2018 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Dibasic
Copy link
Owner

Dibasic commented Aug 30, 2018

[small] should affect all text in all elements before the first occurrence of [/small]. This may not work correctly because text in a grid cell has no element around it for nextUntil to select.

Possible fix: add

or to [cell] and a closing tag to [/cell]

@Dibasic Dibasic added help wanted Extra attention is needed bug Something isn't working labels Nov 27, 2018
@Dibasic
Copy link
Owner Author

Dibasic commented Nov 27, 2018

Would a <font> instead of a <span> work here? Someone had suggested that in the forum thread, but I think I tested that and didn't use it for some reason. It would be a place to start before messing around with getting the jQuery to work, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant