-
Notifications
You must be signed in to change notification settings - Fork 949
Review of 6.x changes #544
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
Comments
cc @afshin |
Just to be clear, which of these behaviors do we want? (Please see attached screenshot.) It seems clear that we do not want the first or the last. Of the middle two, one escapes the HTML and one strips it. Given that the function is called (Fix: e72dda5)
Could you explain the rationale for this?
Good call. (Fix: 0f6a2d9)
Because it is not necessary. An
Bug! Nice find. (Fix: f81236a)
Another bug! (Fix: 6fb6416)
I still see a reference to (Fix: e430f9e) |
Thanks again for your work on this! |
Bug fixes for issue #544 discussion
A couple of issues that are master-only:
(It seems to be filling vertically as expected but has the wrong shape). In 5.x it has the same height as the slider.
|
@afshin ^ |
Thanks, @jasongrout and @SylvainCorlay! I'll be looking at these today! |
Does it align well with the vertical slider?
|
@SylvainCorlay there might be some tweaks that would make it better. I'll take a look at the CSS: |
We spent some time today with @jasongrout reviewing the changes in the 6.x branch (PR #538).
utils.js
escape.html
should usetextContent
instead ofinnerHTML
typeset
should useArray.prototype.map
instead of a for loop.'
had to be escaped, which highlighted that we should replacecouldn't
withcould not
in most error messages.widget_bool.js
why is thefa
class removed from<i />
?widget_box.js
, missing quotes around classvbox
.addEventListener
is called twice on the color picker, while in the original widget, it was called once on the picker and once on the text input.widget-int.js
we are still using the bootstrap classform-control
. SelectionSlider bugfix #529 seems to be fixing it.The text was updated successfully, but these errors were encountered: