Orientation wrong
See original GitHub issueThis is with orientation bottom, top does the same but the other way around so it is never pointed towards the element.
Not sure if this ticket will do anything, as there are +300
other ones in line. Also this seems to be limited to modal usage (of course), scanning a LOT of issues and nothing describes this. Please advice.
(should i find the ‘fix’, I’ll drop a note and close this to keep the pile from collapsing)
Issue Analytics
- State:
- Created 8 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
What can I do when my images are displayed in a wrong ...
Image in wrong orientation ... This will turn the image clockwise by 90 degrees and shows the image in the correct orientation: Image...
Read more >wrong orientation definition - Reverso Dictionary
1 not correct or truthful the wrong answer · 2 acting or judging in error you are wrong to think that · 3...
Read more >Word Document opened with orientation in reverse and wrong ...
How do I fix what seems to be a pretty incredible bug where orientation is reversed and the size selected isn't the size...
Read more >PDF orientation is wrong in my document in OnBoard
Do you have a PDF document on your computer that is landscape, but when you upload it to OnBoard, it displays as portrait?...
Read more >The Biggest New Hire Orientation Mistakes (And How to Avoid ...
The Biggest New Hire Orientation Mistakes (And How to Avoid Them) · Mistake #1: Focusing on the Orientation, Not the Experience · Mistake...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I noticed this behavior when I updated my installation of Bootstrap Datepicker. I updated the .js file but forgot to also update the .css file. I had wrong arrow. Once I updated also the css file to latest version, my arrows work correctly now.
Here it is https://jsfiddle.net/7f0f0ao4/
If you change this //cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.5.1/js/bootstrap-datepicker.min.js
by this //cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.3.0/js/bootstrap-datepicker.min.js
It works fine !!