paper-tabs icon indicating copy to clipboard operation
paper-tabs copied to clipboard

hideScrollButtons not working?

Open thatsmekaustubh opened this issue 8 years ago • 6 comments

paper-tabs id="scrollableTabs" selected="0" scrollable hideScrollButtons="true"> paper-tabs id="scrollableTabs" selected="0" scrollable hideScrollButtons>

Still shows right and left buttons. Please correct me if I am wrong

thatsmekaustubh avatar Nov 30 '15 06:11 thatsmekaustubh

As an attribute, you should write:

<paper-tabs id="scrollableTabs" selected="0" scrollable hide-scroll-buttons>

MeTaNoV avatar Nov 30 '15 08:11 MeTaNoV

Sorry to say it didnt worked as expected. The arrows buttons are still visible. To be specific I am trying to implement it for a mobile app. Presently I have modified css to hide those buttons, but I think if the documents mention this "hideScrollButtons" attribute it may not be functioning right

thatsmekaustubh avatar Nov 30 '15 09:11 thatsmekaustubh

@thatsmekaustubh I haven't been able to repro using this JSBin (latest Chrome / Safari / Firefox on OS X), can you?

bicknellr avatar Dec 03 '15 20:12 bicknellr

URL to c9.io prj : https://ide.c9.io/killerj/polymer/ Path to exact file: mockups/mobil/index.html

I believe to edit it you may require permissions

thatsmekaustubh avatar Dec 17 '15 09:12 thatsmekaustubh

@thatsmekaustubh Yeah, sign-in seems to be required, could you put (some version of) your code somewhere public?

bicknellr avatar Jan 21 '16 01:01 bicknellr

hide-scroll-buttons actually works.

HoraceKeung avatar Sep 20 '18 14:09 HoraceKeung