Serpa

Results 16 comments of Serpa

This was discussed here - https://stackoverflow.com/questions/72757301/applying-text-success-to-a-bootstrap-5-table-row-that-is-striped-has-no-effect/72757379

@onur-km you can use this: ```js compareFields: field => { const selector = field.dataset.equalto, otherField = field.form.querySelector(selector) if (!selector || !otherField) return false return otherField.value !== field.value } ```

@makyen the issue is here `App.selections.body.animate({ backgroundColor: '#fff' }, 1000);` most likely need a condition to check if is dark/theme-system selected

@makyen any update on this? I've seen there is a PR to fix this

It is adding this when I hit the edit button: ![image](https://user-images.githubusercontent.com/10220287/84540312-f459b300-acec-11ea-9087-1647002db5db.png) might have something to do with the new code of conduct? ![image](https://user-images.githubusercontent.com/10220287/84540371-118e8180-aced-11ea-975b-15c84503e2d8.png) this happens in the "Help and improvement"...

To be honest I've just started using magic editor in last few days. I didn't do some reviews in a while so I can't remember if there was a difference...

Well it might be because the content from edit summary is copied "ipsis verbis" to/from "Explain your edit in a comment" therefore the duplicate is made

@makyen I've been deleting the comment before editing. Should a bug be raised in meta?

Maybe could we detect that we are in "H&I" queue and if so when editing don't add nothing from the list to the comment textbox? (since it is a different...