GithubHelp home page GithubHelp logo

Comments (7)

jtsage avatar jtsage commented on June 27, 2024

Any chance you can post a screenshot? Or even a photo of the screen - I don't have access to any test hardware on that platform.

from jtsage-datebox.

mahipalz avatar mahipalz commented on June 27, 2024

Here is the screenshot:
https://3942729802214573266-a-1802744773732722657-s-sites.googlegroups.com/site/mahipal319/documents/clip_image002.jpg?attachauth=ANoY7cpa6AedkUkImctxCE-IfXaL6R9PRHI9RbvPaJxK2KdfWnxUxHeBUfPylW95DzV90JijAKUFQYk2WJMIzFq7FH3rspqS6IFbQWXabVkRZACLfOIRv0ygh2tJ6hpIANaTSZPByRUAGYpBQQP_kCgwsw992HeK2UB_3denliYXpeL4YS5Y5OKpAWY2CRNIb6NF_YXuPejSizqjGZtLJFhC2wS_-rAB7A%3D%3D&attredirects=0

Thanks

from jtsage-datebox.

jtsage avatar jtsage commented on June 27, 2024

Well, this appears to be a css problem to me - since it is working on other platforms for you, it's clearly referenced correctly - i'll have to hunt down the emulator and see what's tripping up WP7.

from jtsage-datebox.

mahipalz avatar mahipalz commented on June 27, 2024

Thanks for your prompt reply. Looking forward to see this resolved soon. Meanwhile, I will take a look at the CSS and see if i can fix this.

from jtsage-datebox.

mahipalz avatar mahipalz commented on June 27, 2024

Also we can use Internet Explorer 7 browser to test this datebox as WP7 browser and IE 7 display similarly.

from jtsage-datebox.

mahipalz avatar mahipalz commented on June 27, 2024

Hey, I fixed the issue. The problem was with css display:inline-block; Looks like 'inline-block' property is not supported in IE 7 and WP7 browsers. I got a work around for this. I added two extra css wherever display:inline-block is there:
zoom: 1; and *display:inline
so it looks like
display:inline-block; zoom: 1; *display: inline;
This fixed the problem on WP7.

from jtsage-datebox.

jtsage avatar jtsage commented on June 27, 2024

Added your fix in SHA: cdd21db Kinda disappointed with the display still, but there isn't much more we can do until they get on board with some css support.

from jtsage-datebox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.