Skip to content
View in the app

A better way to browse. Learn more.

MagicDuel Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Upload avatar page not showing everything

Featured Replies

I encountered a bug with the upload avatar page.
Basically, the iframe that is loaded into the page is a bit too short and cuts off the lower part of the page.
In the screenshot below it cuts through the submitted avatars for example.
What sort of made this an issue for me was the combination of pending avatars and a denied box. The text to see the denied reason as well as the button to remove it are both cut off.

The issue seems to be with the Iframe. It has a height property of 1400px, which is more then sufficient. However, in that same iframe tag an inline css style is added. And that style has a height property of only 897, which is the length at which my page is being cut off.

[CODE]
<iframe height="1400" width="490" ...... style="overflow: auto; background-color: transparent;height: 897px; ........</iframe>
[/CODE]

I am not too bothered with the bug myself, but mostly cause I know how to get around it.

Dante

Edited by biermann

You sure you waitied for page to refresh? Otherwise I'm sure, if you sent this to any LHO's that they would ask you to clean cache and cookies.

Do that because I see my complete page of Upload Avatars, which can mean it can be related to your browser/cache/cookies.

Edited by BFH

  • Root Admin

Normally the inner page will update the outer and change the size of the page respectively, a good example is the creature page that is noticibly too small until the creatures load and it gets bigger

As with all bugs, reload, clear cache, wait a bit and see if it works

If its still like it, it's possibly a browser issue

  • Author

I know that that works, but if your screen is not maxed, it will do nothing to solve it.
Basically it seems to take your current screen height, pass it as an argument for the style and that height will cut off whatever the Iframe might need, all the overflow suddenly hidden.
[CODE]
pagecontent_ifrm.style.height=document.body.scrollHeight;
[/CODE] is one of the javascript lines that causes this.
In short, if your screen is big enough, you can see it. If you use a small laptop, it probably will do nothing to help.
The height is determined by your screen height, which overrules the iframe property height. And overflow doesn't really work for iframes, so it won't show any neat scrollbars for the iframe.

But as I said, it's not a big issue for me I guess.

It sort of does this for me on firefox as well, on 3 different systems. But it's fine, I can just edit the size and make them appear anyways, it's only css afterall.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Forum Statistics

  • Total Topics 17.5k
  • Total Posts 182.2k

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.