Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added public reposition method and escCloseAll option #8

Closed
wants to merge 3 commits into from

Conversation

MGotink
Copy link

@MGotink MGotink commented May 2, 2013

I've added a public reposition method to allow manual repositioning of the popup after the contents have been changed.
I've also added the escCloseAll option to control if all open or only the topmost popup should be closed, default true.

Regards,
Martin

@byo
Copy link

byo commented Sep 19, 2013

I really like the reposition option 👍

@mscalora
Copy link

I like the reposition option too

@dinbror
Copy link
Owner

dinbror commented Jul 22, 2014

Added in v. 0.10.0 (https://github.com/dinbror/bpopup#v-0100-07-22-2014)

@dinbror dinbror closed this Jul 22, 2014
@pavdro
Copy link

pavdro commented Jul 31, 2014

Just wanted to give a heads up on the reposition function.
Don't know if anyone tested it, but there's a clear bug in it.
When repositioning IF statement only checks for fixedPosStyle and not fixedVPos and fixedHPos, so in my case "position: ['auto', 0]", it doesn't reposition it properly in the center.

Think there are also some hardcoded values in there as well.

Update
Also why is there "if (inside) " check no idea???

@dinbror
Copy link
Owner

dinbror commented Aug 2, 2014

Hey pavdro.

You're right. Didn't test against that use case. Will have a fix in the next release.
The "if(inside)" is mostly for when you resize the window. If the popup is too big and doesn't fit the window it won't move the popup to ensure that you always can see everything inside the popup.

@dinbror dinbror reopened this Aug 2, 2014
@pavdro
Copy link

pavdro commented Aug 2, 2014

Nice 1!
yeah I got resizing case, but it still kinda screws up stuff. maybe move the check into option so make it optional?

@pavdro
Copy link

pavdro commented Aug 4, 2014

Actually.
I know what you mean, I think to fix my issue separating inside to X and Y will fix it. Since I still want it to align to center even if vertically it should stay on the same spot.

@dinbror
Copy link
Owner

dinbror commented Jan 24, 2015

fixed in v. 0.11.0

@dinbror dinbror closed this Jan 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants