Comment #3 on issue 2239 by [email protected]: Trillium theme, the duplicate record button causes the UI edit template to jump on screen and hides title proper data entry field.
http://code.google.com/p/qubit-toolkit/issues/detail?id=2239
The problem is that Trillium added a static header at the top (search bar, menu, etc...), this adds a vertical offset that it is not being considered by the browser when the window is scrolled with local links (window.location.hash). I've tried to fire an event when the page is loaded (using different events, window.load, document.ready, etc...) and fix the vertical scroll position manually, but it is executed too late so the result is not very good. So far I don't have a good solution, :(
-- You received this message because you are subscribed to the Google Groups "Qubit Toolkit Issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/qubit-issues?hl=en.
