Results 1 to 2 of 2

This is a discussion on Modal and modeless Dialogs? within the Plugins Development section, part of the Chrome Plugins category: I'd like to create both modal and modeless dialogs. The popup.html would almost suffice as a modal dialog, if it ...


  1. #1
    HappyFunBall is offline Junior Member
    Join Date
    Mar 2010
    Posts
    3

    Default Modal and modeless Dialogs?

    I'd like to create both modal and modeless dialogs.

    The popup.html would almost suffice as a modal dialog, if it weren't connected to the frame like a "speech balloon". I'd like to be able to drag it around the screen.

    And a modeless dialog, always above the webpage, but allowing mousemove and click events behind it - is that possible? Maybe with a new chrome window, but without url bar, menus, etc?


    Modifying the website is not an option - I can't modify the webpage's DOM, and it might have Frames I wouldn't want to deal with.


    I've done both of these with IE and Firefox; just wondering if Chrome can too.

  2. #2
    Waha's Avatar
    Waha is offline Senior Member
    Join Date
    Apr 2009
    Location
    Oregon
    Posts
    788

    Default

    Not with Browser/Page Action pop-ups.
    I'd suggest adding a window to the DOM with JQuery (since it has insidey window functions). But since you don't want that I'd say there might be something in NPAPI you could do..
    ~ Projects ~
    Specialized: Carapass Auction Watcher, Kongregate Chat
    Libraries: bliplib
    Tools: manifest syntax highlighting & snippits
    ~ Happy to make extensions for pay too ;D ~
    Portfolio: Search and Share

Similar Threads

  1. Request: Plugin to suppress dialogs in kiosk mode
    By jhsware in forum Plugins Troubleshooting
    Replies: 4
    Last Post: 02-25-2010, 05:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •