-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix(no-ie): add js snipped to check for internet explorer (#445) #519
base: master
Are you sure you want to change the base?
Conversation
check for ie links to open pb in other common browsers
Sorry that it took so long, but I did not found time to start working at this. Please just tell me, what you guys think of the solution. I did not spend much time in css styling. |
Preview Environment ready at https://pr-519.demo-phonebook.me |
Bis auf die zwei Kommentare sieht es sehr gut aus. Kein Problem das es länger gedauert hat. |
@DanielHabenicht thanks for your review! Does the calls to open the application with chrome, firefox and opera work for you? If I try that in the demo-environment it does not. |
Nope but, working on my comment should fix it. |
Co-Authored-By: DanielHabenicht <[email protected]>
Preview Environment ready at https://pr-519.demo-phonebook.me |
I think we shouldn't use ActiveX in this context. Just provide a link where users can download the other browser. They can then switch it manually. |
I also think, ActiveX isnt a good solution. I will revoke those changes. But I will keep the Link to open with edge, because this works without ActiveX. |
add download links for modern browsers
@DanielHabenicht I updated the code, please let me know what you think. |
Preview Environment ready at https://pr-519.demo-phonebook.me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finde es sehr gut, dass man mit einem Klick direkt zu Edge gelangt. Spart dem Nutzer nochmal 10 Sekunden fürs öffnen eines Browsers und öffnen des Phonebooks (y)
Co-Authored-By: DanielHabenicht <[email protected]>
c002afb
Co-Authored-By: DanielHabenicht <[email protected]>
Co-Authored-By: DanielHabenicht <[email protected]>
top: 38%; | ||
left: 38%; | ||
position: absolute; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
top: 38%; | |
left: 38%; | |
position: absolute; | |
margin: auto; | |
height: 200px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
damit ist es auch genau in der Mitte
position: absolute; | ||
} | ||
.pb-no-ie a { | ||
cursor: pointer; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
das ist eigentlich überfüssig, <a>
sind immer mit pointer belegt :)
Wie machen wir das eigentlich mit der Übersetzung? Kannst du dafür eine Issue aufmachen? |
Preview Environment ready at https://pr-519.demo-phonebook.me |
Co-Authored-By: DanielHabenicht <[email protected]>
Preview Environment ready at https://pr-519.demo-phonebook.me |
Meinst du denn, dass man dafür wirklich eine Übersetzung brauchst? Ich hatte das auch erst überlegt, aber fand dann den Aufwand etwas zu hoch, da die Message ja eigentlich recht klar ist.. |
dann vielleicht nur auf englisch? |
Kannst du außerdem die Komponenten löschen die dadurch nun überflüssig geworden sind? |
Hey @FrankLambrette how is it going? If I am right you only need to provide an English text and don't need to translate it :) |
And remove old is deps |
Stuff to resolve this PR🎉 🎉
|
resolves #445
check if internet explorer is used and offer links to more modern/common browsers