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
[UI] Horrible white square #15127
Comments
/**
* Makes the breadcrumbs and the menu bar float at the top of the viewport
*/
$(function () {
if ($('#floating_menubar').length && $('#PMA_disable_floating_menubar').length === 0) {
var left = $('html').attr('dir') === 'ltr' ? 'left' : 'right';
$('#floating_menubar')
.css('margin-' + left, $('#pma_navigation').width() + $('#pma_navigation_resizer').width()) |
|
$('#floating_menubar, #pma_console')
.css('margin-' + this.left, (pos + resizer_width) + 'px'); |
|
Hi @williamdes , I am not able to reproduce this bug. Could you please provide some steps to reproduce? |
|
@imdhruvgupta unfortunately no, I can not find a reliable way to reproduce this for now |
|
Demo servers (
|
|
@williamdes I'm new here, So, can you please tell me how to test(see) my changes. |
|
@msk4862 Follow #15127 (comment) to reproduce and make the fix then try to reproduce, if you can not reproduce then you fixed the bug and can create a pull-request. |
|
@williamdes That much I now, But what I wanted to know was will my fixes be visible on Demo servers ( as mentioned in #15127 (comment) ) or Do I have to setup the phpmyadmin locally on my machine to check if that bug is fixed. (If yes how? because there is no setup instructions availbale) ( I know its a very silly question but I'm a beginner. So, a little help will help me a lot) |
|
@msk4862 You need to create a local phpmyadmin installation
|
[ci skip] Signed-off-by: William Desportes <williamdes@wdes.fr>
|
The fix introduced this issue, now I understand why this line was here |
|
Hmm, Sorry for the mistake, I will send a fix soon. |
|
Can you help me replicate this error? I just used my Chrome Device toggle bar and visited home page, it's not there. |
|
I found it, never mind. :) |
|
Anyways my PR removes unwanted space from both the cases but we still need to give it a closer look. Actually, I guess the second one is the correct case as |
This reverts commit 61ea8b7. Signed-off-by: William Desportes <williamdes@wdes.fr>
|
I reverted everything since this is too much of an issue to be kept as is If you update your fix I will do a lot more testing so it does not happen again |
|
Yeah sure. I will do it soon once I get time. In the meantime if someone wants to take this issue, feel free to. |
|
Hie @williamdes and @gurrrung, I noticed some strange behaviour too before reloading and after reloading the designer page. Attaching screenshots for more details about what I observed, in first screenshot (body) have padding-top to add some space for (floating-menubar) while (floating-menubar) is position fixed. In second screenshot that is after reloading it empties up the (floating-menubar). Coming to the point : my approach added padding body and positioning to floating navbar, the issue is solved (further tests needs to be done though) but don't know its correctness |
Signed-off-by: William Desportes <williamdes@wdes.fr>
Signed-off-by: William Desportes <williamdes@wdes.fr>







Describe the bug
This occurs for some reason a some time but is very annoying ...
Use designer and navigate between pages
The text was updated successfully, but these errors were encountered: