Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9207625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T00:25:44+00:00 2026-06-18T00:25:44+00:00

I have just installed the newest google chrome and just trying to test GWT

  • 0

I have just installed the newest google chrome and just trying to test GWT 2.3 code with DialogBox; For some reason the option like setGlassEnabled(true); works in a strange way 🙁

If chrome’s scroll pane (y position is 0) the glass is painted correct

but if
chrome’s scroll pane (y position is > 0) then the glass is keeping in 0 position so the chrome’s rest bottom is not covered with glass 🙁

I am to show my constructor first glass options as

...
public MyDIalog() {

        this.setGlassEnabled(true);
        this.setAnimationEnabled(true);
        this.setModal(true);
        this.setPreviewingAllNativeEvents(true);
...

I am not pretty sure what makes the bug or something because the code works fine in IE and FF :S

So I guess in the chrome the glass position is always static or something and its location is always

x,y{0,0} w,h{firstInitedWidth,firstInitedHeight}

So my question is is there a walk around for chrome?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T00:25:45+00:00Added an answer on June 18, 2026 at 12:25 am

    Solved:

    Make your own class that extends PopupPanel and add this:

        @Override
        public void setGlassEnabled(boolean enabled) {
            super.setGlassEnabled(enabled);
            Element glass = getGlassElement();
            if (glass != null) {
                glass.getStyle().setPosition(Position.FIXED);
            }
        }
    

    This simply sets the position of the glass panel to fixed instead of absolute. This makes the panel not move with the scroll.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just downloaded the Newest Google Chrome to test my gwt app... And,
I have just installed Glimpse, and in Google Chrome I am missing a lot
I have just installed xampp and would like to link to some dev websites
I have just installed C# 2008 Express Edition 2008 and started writing code. My
I have just installed Delphi 2010 and got some troubles with idHTTP component. If
I have just installed the CodeStriker code review tool. Has anyone attempted connecting it
I have just installed OpenCV and have been trying to execute an example to
I have just installed xammp in my computer, and to test it, I starte
I have just installed Postgresql 9.1 on windows server 2008. I was trying to
I have just installed Ruby Enterprise Edition and am installing some gems for it.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.