I have some really strange behavior with my site:
http://www.Ghitulescu.de/beta/index.html
build with Twitter Bootstrap 3.
The issue: when clicking on the navbar-items (was / wieviel / wann / wo / wer) the website jump to a wrong position.
This problem appears only when navigating the website with
a) Firefox (27.0) or
b) Opera (12.16 Build 1860) on my iMac (running OS X 10.9.1) or
c) Internet Explorer (9.0.8112 16421) on a HP EliteBook 8440p (running Windows 7)
and when the browser-window is so wide that the navbar is not collapsed.
This problem appears not at all with:
a) Safari (7.0.1 (9537.73.11))
b) Chrome (32.0.1700.102) on my Mac
c) Mobile Safari, Opera and Chrome on an iPhone 5s & iPad 2 running iOS 7.0.5
d) Chrome (18.0.1025.162) on the same HP mentioned above.
The fact that this issue appears only when the navbar is not collapsed reminds me of a question I've put 4 days before here, at stack overflow (collapsed navbar remains expanded on a Twitter Bootstrap website), regarding the problem that the collapsed navbar stayed extended after clicking... but I really don't know if this is a related problem!
Any ideas?
The problem is solved (kudos to MrMurphy http://www.html.de/threads/probleme-beim-navigieren-einer-bootstrap-seite-nur-mit-firefox-opera.51539/): I had put the id's in span-elements instead of h2's!
I have corrected this and have now another problem (at least in all browsers the same! ;-), that I'll post in a separate thread.
Regards,
Vlad
Related
UPDTATE
Since Apple are $2 trillion company let's try and get them to fix this by submitting a bug report here: https://www.apple.com/feedback/safari.html
https://discussions.apple.com/thread/251753724?answerId=253364840022&page=1
In Chrome and Firefox there are no issues but here is the issue in safari:
its supposed to look like in chrome:
If I add fixed style="position: fixed" to the outer div then they position correct, but ther size is still the smaller one in safari.
I tried adding Body to the root of an object but that just made them disappear completely from Safari. Also this post mentions it:
Safari is not respecting scaling applied to a foreignObject
You can see very clearly hear that safari (new ie) does not respect the scaling
I have recently started using version 3.18 for a game which was earlier developed in version 3.9. Also, I am using Phaser.SCALE.FIT in config.
But on clicking or touching(in case of mobile) on some button images on the canvas nothing happens. I am using gameObject.setInteractive() and then gameObject.on(‘pointerdown’, function(){}) but the pointer down is not detected.
But if the size of the browser window changes somehow in between the game then the click is detected and everything else works fine.
How can I fix this issue any suggestion will be great help.
I don’t know the exact problem but when I used scene.scale.setGameSize(width, height) (https://rexrainbow.github.io/phaser3-rex-notes/docs/site/scalemanager/#events) in the create() the game starts working properly.
In the new Gmail (browser version) I have a blank column on the right, between the emails list and the column with the calendar, keep and tasks icons. I found in the doom that the class AO assigns a margin-right:220px to the container div and if I remove it, everything works fine.
It happens in all my browsers (Win + Mac -> Chrome, Firefox), I loggend out, cleared the Local/Session Storage, IndexedDB and Cookies but nothing...
I attached the snapshot to be more clear. Thank You!
Blank column in Gmail displayed (browser version):
Snapshot with add on top and blank right column:
Found the problem of the white space column! Previously of this new Gmail version I had installed the Chrome extension "RightTasks for Gmail™" ( https://chrome.google.com/webstore/detail/righttasks-for-gmail/hgniockidojcaaolfcbbkaaakbjdebpe ).
With the new version of Gmail it does not work anymore but it maintain the column where is supposed to show the tasks!
I am working in Sharepoint the first time. I have installed Fluid 960. This works beautifully in Chrome and FF but IE8 (a company standard that I must maintain) drops off the grid_5 when it is the third row in a grid_4, grid_7, grid_5. I tried doing 4-6-6 and the 6 dropped off. I tried the "alpha" and "omega" margin overrides.
Has anyone else run into this problem?
I've created a very simple animation in Adobe Edge Animate that animates a box moving from the bottom right to the top left.
I've imported this file (html + all other files) into my Xcode (v4.5.2) project but get a blank white screen in the simulator. I know my project is fine because if I copy a static html page into the project it renders correctly.
Any ideas?
since the difference between your project and the test page is that your project links to javascript files while the test page did not, maybe you should run a test with a page that calls a simple javascript library.
There are a few threads on adobe forum about some problems with projects opened on ios 6 devices. Maby this also concerns your project.
http://forums.adobe.com/message/4767681
Try to call this method and add some js code to your webview's document:
[webView stringByEvaluatingJavaScriptFromString:#"window.requestAnimationFrame = window.setTimeout;"];