Found this to be a problem with both a Drupal 6.2 and 6.22 install. A good amount of modules on both, running JQuery UI 1.7.3, Jquery Update 1.3.2, Modalframe 6-x1.7, Views 6-x2.12.

There's actually 2 separate issues - the 6.22 version seems to be having difficulties even passing the css correctly to hide the grid / list views so everything is just always open and displayed (but chopped as the overflow hidden is in play)

Settings on CCK field for both are as follows:
Autocomplete: Contains
Size: 60
Preview Display: Preview
Position: Below
Width: 800 Height: 600
Dialog API: Built In (modal frame displays a "loading" screen yet never loads)
Theme: Default
Number of Values: 1

So once you click to add then click on the pager to move on to the next page, instead of anything loading a white screen appears with a list of all the css / js on the site with the path /nodereference_explorer/browse/nodereference_explorer/content/field_test?page=1

Not exactly sure where to start in debugging this issue, any help would be greatly appreciated.

Comments

websitetechnician’s picture

6.22 version is passing css correctly now. Jquery.ui was in my sites/all/modules/jquery-ui folder, not sites/all/libraries so that cleared that issue right up, as well as the modal frame "loading" screen issue.

Using modal, pager works fine. Using depreciated the pager still has issues.

gnindl’s picture

Status: Active » Closed (won't fix)

There won't be any more development on the built-in dialog API. Therefore I will close this issue.