Skip to content
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

Wrong values shown in detail view using IE9 #242

Open
GunnarK opened this issue Nov 10, 2015 · 0 comments
Open

Wrong values shown in detail view using IE9 #242

GunnarK opened this issue Nov 10, 2015 · 0 comments

Comments

@GunnarK
Copy link

GunnarK commented Nov 10, 2015

In IE9 the detail view of an entity can show wrong values.
This can be reproduced in the demo application by the following steps:

  1. Click on an info button of an entity
  2. In the detail view click the edit button
  3. Edit the entity and save
  4. In the detail view now shown the edited values are not shown, instead the old values are still displayed.
    Other pages, like the list view and quick view show the values correctly.

bug1
bug2
bug3
bug4

I was able to reproduce this behaviour with 1.2.0.RC1 in a local installation. This cannot be reproduced when using Firefox (v38).
Debugging locally I saw that the getter of the Hibernate entity is not called when the detail view is shown. It is called for all other pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant