Showing posts with label mds. Show all posts
Showing posts with label mds. Show all posts

Tuesday, September 11

[fix] Enable User Customizations across Sessions using MDS can break your popup


Issues

Enable User Customizations across Sessions using MDS can break your popup

Viewlet

Environment

JDeveloper 11gR2 (11.1.2.0.0 - 11.1.2.2.0)

ADF Features

Using af:popup




Enable User Customizations across Sessions using MDS




Reproduce

1.) Start tablePopup.jsf
2.) Login into the app with weblogic - Account
3.) Scroll down the table (more than 25 rows)
4.) Try to open the Popup with the ToolbarButton

Expected behavior 

Enable User Customizations across Sessions using MDS should not have negative impact on the application.

Fix

Using af:popup with autoCancel = "disabled" produced this issues. Set this property to "" or "enabled" is a fix for this issues. (BUG 11057528)



Monday, September 3

[Solved] Enable User Customizations across Sessions using MDS can break your Application


Issues

Enable User Customizations across Sessions using MDS can break your ADF Application

Viewlet

Environment

JDeveloper 11gR2 (11.1.2.0.0 - 11.1.2.2.0)

ADF Features

Using af:foreach and af.accordion for dynamic UI



Enable User Customizations across Sessions using MDS


Deactivate all persistent options for showDetailItem




Reproduce

1.) Start homeForEach.jsf
2.) Login into the app with weblogic - Account
3.) Try to open a af:showDetailItem - Component inside af.accordion     

Expected behavior 

Enable User Customizations across Sessions using MDS should not have negative impact on the application.

Solution

A solution to this issues can be found on the ADF EMG Tracker.