Opened 12 years ago

Closed 12 years ago

#432 closed defect (fixed)

ApplyFilter - QueryOnClick-ResultExtGrid, ensure cooexistance

Reported by: adube Owned by: adube
Priority: major Milestone: 1.2.1
Component: widgets Version: 1.2
Keywords: bis-1.2.1 Cc:

Description (last modified by adube)

The need

We need to make sure that the ApplyFilter widget can coexist well with the QueryOnClick+ResultExtGrid ones. To accomplish this, both ApplyFilter and ResultExtGrid results must be able to be drawn inside the oSouthPanel of the template, which would need to be changed to a Ext.TabPanel for that.

Issues

ApplyFilter

  • the org.GeoPrisma.ApplyFilter.TabPanelContainer doesn't have a 'title' property set.
  • make sure its get selected (focused) when ownerCt is a TabPanel using setActiveTab()

ResultExtGrid

  • make sure its get selected (focused) when ownerCt is a TabPanel using setActiveTab()

Samples.xslt

  • change oSouthPanel instance to Ext.TabPanel

Sample

Create a sample featuring all these widgets

Attachments (1)

patch-branch1-2-applyfilterfix-432-r1348-A0.diff (20.7 KB ) - added by adube 12 years ago.
Patch made for 1.2 fixing all mentioned issues

Download all attachments as: .zip

Change History (4)

comment:1 by adube, 12 years ago

Description: modified (diff)

comment:2 by adube, 12 years ago

Description: modified (diff)

by adube, 12 years ago

Patch made for 1.2 fixing all mentioned issues

comment:3 by adube, 12 years ago

Resolution: fixed
Status: newclosed
  • Fixed in branch-1-2 in r1349
  • Fixed in trunk in r1350.
Note: See TracTickets for help on using tickets.