test content
What is the Arc Client?
Install Arc

Gateway interface bug

zarpitazarpita Member Posts: 0 Arc User
edited June 2013 in Bug Reports (PC)
Hello. I don't know if anybody already posted this, but there's some kind of bug with gateway's interface.
When a profession loads, the frame containing the recipes don't expand, and you can't navigate/swap/switch through pages.

Since English is not my native language, I post a couple of screenshots, one with the problem and one with the gateway working well.

It happens on Google Chrome 27.0.1453.94 m

The only solution is to reload/refresh the page until it loads well, which happens around 2 times out of 10 (or less).

Not working: http://i.imgur.com/oG7g1q4.jpg
oG7g1q4.jpg

Working: http://i.imgur.com/oJOQJ0i.jpg
oJOQJ0i.jpg
Post edited by zarpita on

Comments

  • inmydotinmydot Member Posts: 0 Arc User
    edited May 2013
    On google chrome, I open the dev tools and search for id="content_frame_mid" or in css selectors: "#content_frame_mid". Then apply "overflow-y:scroll" to the element and you have a temporary fix.
  • hal314hal314 Member Posts: 2 Arc User
    edited May 2013
    The very same problem happens on Firefox 21.0

    bye
  • kerlaakerlaa Member, Neverwinter Beta Users, Neverwinter Guardian Users Posts: 0 Arc User
    edited May 2013
    Same here for Firefox. Seems it started doing this (or atleast more often) the last couple days.
  • txsjedimomtxsjedimom Member Posts: 1 Arc User
    edited May 2013
    having this problem as well plus my words seem to overlap
  • aspintheblackaspintheblack Member Posts: 1 Arc User
    edited May 2013
    Yes I have see this problem on Firefox as well,
    But can live with the problem
  • zarpa03zarpa03 Member Posts: 1 Arc User
    edited June 2013
    inmydot wrote: »
    On google chrome, I open the dev tools and search for id="content_frame_mid" or in css selectors: "#content_frame_mid". Then apply "overflow-y:scroll" to the element and you have a temporary fix.

    Thanks to this reply I found a "better" temporary fix:
    Instead of applying the overflow-y attribute, you can change the "height: 675px;" to "height: 875px;". Those 200px save the day.

    Thanks to inmydot ;-)
  • kallistiukkallistiuk Member Posts: 1 Arc User
    edited June 2013
    There is a very simple remedy to the problem that they need to do - STOP putting a height on the "content_frame_mid" div. You don't need it as without it the div sizes itself to display the contents. You don't need the solutions explained in previous posts - you just remove the height property and the thing sizes itself.

    (at least it does in chome - haven't tried it in FF)
  • darthslayer420darthslayer420 Member Posts: 2 Arc User
    edited June 2013
    Same problem here. Google Chrome.

    Also!! this problem: Whenever I try to login to the gateway, I have to use at least 2 attempts per login as the first attempt is always rejected as incorrect username/password regardless of what I used.
  • chrispybrownchrispybrown Member, Neverwinter Beta Users Posts: 0 Arc User
    edited June 2013
    +1 Thanks for the tip.

    In Chrome, I scrolled the page zoom to 250% then scrolled to bottom of page. That when the other items showed up. I think it has more to do with page width. 250 was when the box of items reached from side to side.

    Still a bug, but at least I can work around it.
  • ereck1974ereck1974 Member, Neverwinter Beta Users Posts: 6 Arc User
    edited June 2013
    The same thing happens to me frequently. I've found when I switch to a profession that I'm not currently doing anything with, and then back to the one that's causing the trouble (in my case, Leadership), it fixes it 80% of the time.
  • zarpitazarpita Member Posts: 0 Arc User
    edited June 2013
    kallistiuk wrote: »
    There is a very simple remedy to the problem that they need to do - STOP putting a height on the "content_frame_mid" div. You don't need it as without it the div sizes itself to display the contents. You don't need the solutions explained in previous posts - you just remove the height property and the thing sizes itself.

    (at least it does in chome - haven't tried it in FF)

    This works perfect. The easiest solution so far.
Sign In or Register to comment.