playframework.com icon indicating copy to clipboard operation
playframework.com copied to clipboard

COPY button in document code section would move along with the scroll bar

Open dongxuwang opened this issue 2 years ago • 7 comments

For example, in this page: https://www.playframework.com/documentation/3.0.x/ScalaActions

Right above the section "Controllers are action generators", you might see that COPY button in the right corner of the code box would move if scrollbar move

ScreenRecording2024-01-11at23 26 51-ezgif com-video-to-gif-converter

dongxuwang avatar Jan 11 '24 15:01 dongxuwang

@dongxuwang Do you want to provide a pull request to fix that?

mkurz avatar Jan 15 '24 22:01 mkurz

@dongxuwang Do you want to provide a pull request to fix that?

Looks like this is not easy.

I could not even find where to fix the css.

In here, it might be related to omnidoc which, I found, is an empty sbt project.

@mkurz can you give some advice about where I can fix?

dongxuwang avatar Jan 22 '24 23:01 dongxuwang

@dongxuwang Actually you can run the documention locally by cloning this repository and then

cd documentation
sbt run

The docs can be found here: https://github.com/playframework/playframework/tree/main/documentation and the css is in the styles folder in there.

mkurz avatar Mar 12 '24 16:03 mkurz

@mkurz as per the latest main branch I cannot see the copy button when I executed sbt run locally. Is that removed from source code?

Screenshot 2024-04-13 at 6 15 33 PM

pckrishnadas88 avatar Apr 13 '24 12:04 pckrishnadas88

No it's not removed. Maybe in dev mode locally it does not show up because of how things are configured or maybe CSP kicks in and blocks a js file.

mkurz avatar Apr 13 '24 12:04 mkurz

@mkurz If you could guide me through how to enable those buttons locally I will try to fix this issue. I'm currently on mac m1.

Thank you

pckrishnadas88 avatar Apr 13 '24 16:04 pckrishnadas88

@mkurz added a PR for this kindly verify ~https://github.com/playframework/playframework/pull/12533~ https://github.com/playframework/playframework.com/pull/578

pckrishnadas88 avatar Apr 14 '24 10:04 pckrishnadas88