-
Notifications
You must be signed in to change notification settings - Fork 2.1k
files_external: Keep checkbox and its label on one line #25120
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
Conversation
|
By analyzing the blame information on this pull request, we identified @icewind1991, @PVince81 and @Xenopathic to be potential reviewers |
|
@guruz the PHP part might be executed when reloading the page with existing configs. Ideally in the future all should be rendered in JS only... legacy stuff
|
|
Okay, I tried it properly with Amazon S3 and "Enable SSL". It seems that on master the checkbox value is properly kept on refresh. Can you check whether there are other places in the code where the jquery selector might be too specific ? |
Else the checkbox and the decription end up on different lines in my Chrome on OS X
add931c to
111bd8e
Compare
|
Should be better now. I tried improving the alignment a bit more but failed. Seems to be a major PITA https://stackoverflow.com/questions/306252/how-to-align-checkboxes-and-their-labels-consistently-cross-browsers Maybe something for a followup |
|
Looks good and checkbox value is kept on refresh 👍 Second review @icewind1991 @Xenopathic @jvillafanez ? |
|
Looks good 👍 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Else the checkbox and the decription end up on different lines in my Chrome on OS X
I only saw the settings.js executed, not the PHP. Can anyone tell me where/how the PHP part is used?