Questions tagged [popuppanel]
51 questions
4
votes
1 answer
How to fix the position of a PopupPanel relative to the page when scrolling
Essentially the popup panel stays a fixed position to the browser panel - where as I want it to scroll with the page.
I've tried setting the CSS element of the popup panel, with 'position: fixed !important' but no success.
This question seems to…

user705142
- 461
- 5
- 18
4
votes
2 answers
static positioning of the GWT popuppanel
I'm using a GWT popup panel for displaying some information stacked up vertically in my jsp page. The problem I'm facing is that, once the popup panel is displayed, it doesn't hold on to its set position. I'm setting the position of the popup panel…

ash1977
- 187
- 1
- 4
- 12
2
votes
2 answers
GWT: PopupPanel setPopupPositionAndShow() delivers wrong offsetWidth and offsetHeight
I have written my own PopupPanel in GWT. I want to show the popup relative to an other widget. My implementation of the class looks like the following:
public class Popover extends PopupPanel implements PositionCallback {
private static final…
user1036071
2
votes
1 answer
rerender part of rich:popupPanel
I'm working with:
- RichFaces 4.2.2
- Mojarra 2.1.14
Lets look at simple code below:

Hubert
- 1,125
- 5
- 17
- 36
2
votes
1 answer
Richfaces and "conflict"
I've stumbled upon a strage behavior of richfaces. Some background about my view structure:
It's mainly a where a click on a row displays info about it on a
Also, each row has a context menu with items…

kauedg
- 827
- 8
- 20
1
vote
2 answers
a4j:commandButton action not firing in rich:popupPanel Richfaces 4 JSF 2
JSF code:
…

Nick Humphrey
- 611
- 6
- 15
1
vote
2 answers
How to open a Popup Panel by clicking a cell in the CellTable?
I have a CellTable being displayed like shown below-
On click of the Delete button I want to open a Popup panel in the center of the screen which should contain a Flow Panel and a Button within it.
Right now for the Delete button I have the…

Prince
- 20,353
- 6
- 39
- 59
1
vote
2 answers
GWT PopupPanel imgAreaSelection scroll does not work
I am using a GWT PopupPanel that has an image. I add imgAreaSelect using jQuery to the image on the load of the panel.
The cropping works absolutely fine when I do not scroll the main window. However, if I scroll the main window, the selection…

sure_render
- 148
- 2
- 7
1
vote
1 answer
Get GWT DialogBox absolute position - onLoad/onAttach/show do not helps
I am stuck in getting an absolute position of DialogBox. I know it is the common problem (and strange workaround) for PopupPanel (which is parent to DialogBox) to set it, but what if I want to get it, what is the exact moment when the box attached…

shaman.sir
- 3,198
- 3
- 28
- 36
1
vote
1 answer
Can I use GWT frame widget inside a PopupPanel?
I'd like to use a Frame widget inside a PopupPanel widget, so that in this popup I'm able to access some information from a different URL.
public class MyPopup extends PopupPanel {
public MyPopup() {
super(true);
Frame frame =…

Jake W
- 2,788
- 34
- 39
1
vote
1 answer
How can I force a GWT PopupPanel to not exceed available screen space AND have scrollable contents?
I have a GWT application in which I'd like to use a PopupPanel to display a lot of information.
I would like toe PopupPanel to take the rest of the screen (plus some padding), and for its contents to be scrollable.
If the amount of materials in the…

Uri
- 88,451
- 51
- 221
- 321
1
vote
1 answer
How do I invoke managed bean from an ICEfaces modal popup?
I am using Eclipse Luna EE, Tomcat v7.0 and ICEFaces 3.2
I have a form for label printing that the user enters information such as item number, item name and label type. The user then submits the form. This sends the information to a label printer,…

Thraydor
- 140
- 1
- 12
1
vote
1 answer
Richfaces popup panel does not get autosized when its content is dynamically updated
I have a rich popupPanel with two selectOneMenus which render some more components inside the popup when used. The main problem is that the popup Panel does not get autosized when the components are rendered. The problem appeared when I updated to…

christinasantz
- 37
- 5
1
vote
1 answer
Equivalent of RichFaces 4 for RichFaces 3
I am looking for something like in RichFaces 4, but then for RichFaces 3. I haven't found anything like in documenation. There is only which doesn't suit my needs, because it has problems displaying my datamodel…

kukis
- 4,489
- 6
- 27
- 50
1
vote
3 answers
popupanel, method to destroy it, not hide it
I have a question about popupapnel with GWT. The method hide() only "hides" the popupanel ? I want to definitively destroy my popuppanel, allowing reseting all allocated resources to it. But if the method hide() only hides it, it don't arrange me.…

kpedia
- 207
- 1
- 4
- 9