TabGui (ExtJS) tabs can contain any HTML content. However, when that content contains hash labels, and links to those hash labels, odd things happen when they are clicked, because of conflicts with the "hashnav" system (since the URL is already a hash #).
Also, when these are scrolled into view, the whole panel content is shifted up. This appears to be caused by the hidden ExtJS loading-indicator being "scrolled" into view by the browser
This needs to be fixed and proper handling for these cases added...
TabGui (ExtJS) tabs can contain any HTML content. However, when that content contains hash labels, and links to those hash labels, odd things happen when they are clicked, because of conflicts with the "hashnav" system (since the URL is already a hash #).
Also, when these are scrolled into view, the whole panel content is shifted up. This appears to be caused by the hidden ExtJS loading-indicator being "scrolled" into view by the browser
This needs to be fixed and proper handling for these cases added...