Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabbed Interface: Collapsing on each ASP.NET page postback and doesn't Expand on IE11 #8509

Open
zyxy opened this issue Nov 6, 2018 · 4 comments

Comments

@zyxy
Copy link

zyxy commented Nov 6, 2018

Bonjour,

I am new posting on GitHub and I hope I am not duplicating any existing issues/questions. I searched quite a lot on GitHub and Google for the solution, to no avail. Anyway, I am currently developing a web application on WET4. I successfully implemented the data tab interface (screenshot attached) with the following code. I tried many attributes/classes suggested here on GitHub:

http://wet-boew.github.io/v4.0-ci/docs/ref/tabs/tabs-en.html

which do not seem to change anything; several of which Visual Studio do not recognize. Any ideas where to look for the issue? Specific missing files (or wrong versions)? I DID find this file online (for WET v3.1 though) which was missing from my polyfills folder in my project. I added it, added a reference to it in my theme-wet4.master page, still not working.

https://github.com/wet-boew/wet-boew-legacy/blob/v3.1/src/js/polyfills/sessionstorage.js

My current code:

[CODE ATTACHED AS I CAN'T SEEM TO ADD IT EVEN WITH THAT SPECIFIC BUTTON AND QUOTES]
WET_Tabbed_Interface_(Mine)_Code.txt
wet_tabbed_interface_ mine _code

Finally, I am aware that there are actually two distinct issues mentioned in the subject line. Above so far this is more about the collapse on PostBacks. Should I create yet another thread specifically for my IE11 issue?

Thank you very much in advance for your help! Have a great day!

Zyxy
wet_tabbed_interface_ mine _blacked-out

@duboisp
Copy link
Member

duboisp commented Nov 6, 2018

The tabs plugins seems to not being called. You first class should be wb-tabs instead of data-wb-tabs

Like:

 <div class="wb-tabs">
    <div class="tabpanels">
    ....
    </div>
    ....
</div>

See the source code of the working example here: http://wet-boew.github.io/wet-boew/demos/tabs/tabs-en.html

If that doesn't work, can you provide a copy of the rendered HTML markup that are sent to the client browser.

@zyxy
Copy link
Author

zyxy commented Nov 13, 2018 via email

@duboisp
Copy link
Member

duboisp commented Nov 15, 2018

@zyxy the attachment didn't get uploaded in the issue when you replied by email. But you can add it if you go through the github website by adding a comment at this issue.

@zyxy
Copy link
Author

zyxy commented Nov 28, 2018

Oops sorry here they are, to go along with my reply above ;-) Thanks very much for pointing that out!

WET_Tabs_Client-side_markup.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants