Software Archive
Read-only legacy content
17061 Discussions

header shifts left

Evert_G_
Beginner
328 Views

Hi,

I've got a strange behaviour here.

Working with framework 2.2, to support older devices.

I'm moving through pages, with selfdefined back and next buttons. The buttons are in the header, works fine.
Sometimes the user may need some extra information, clicks a button and help slides into view with its own header.
Works most of the time. Sometimes, however, the same page that looked perfect before, suddenly has it's header shifted to the left, leaving the closing button out of sight. Seems to be at random at which the header is shifted.

In debug I do see

  1. transformmatrix(1, 0, 0, 1, -100, 0);
  2. transform-origin0px 0px;

But I'm not familiar with this transform. Could it be the culprit?

Further: body afui is absolute, header div is relative, left:0px; header class has the above; the button is relative; h1 is absolute, left:99px

Has anyone seem this, or have a suggestion?

Thanks, Evert 

0 Kudos
1 Reply
Amrita_C_Intel
Employee
328 Views

Hello,

You can always link actions with the button through lower right corner section in XDK (Interactivity).

Try refreshing  from the icon two circle round from the upper left.

 

0 Kudos
Reply