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

Postback issue #6

Closed
prawnz opened this issue Mar 24, 2015 · 6 comments
Closed

Postback issue #6

prawnz opened this issue Mar 24, 2015 · 6 comments

Comments

@prawnz
Copy link

prawnz commented Mar 24, 2015

I'm trying to embed this to a SharePoint webpart control however the control is causing the page to refresh everytime. Is there anyway to prevent it posting back?

@prawnz
Copy link
Author

prawnz commented Mar 24, 2015

I've solve this.. in the template you need to put type="button" for all button tags.

@prawnz prawnz closed this as completed Mar 24, 2015
@lukemurray
Copy link
Owner

Sorry, are you cahnging the template of this control?

@prawnz
Copy link
Author

prawnz commented Mar 25, 2015

In my instance where it is causing postback when embedded into a ASP.Net
web application, yes unless there is another easier way out. I didn't do
any check-in to the code from GitHub.

Also I found a way to ensure that the selected items don't overlap on top
of each other.

I achieved it with a css override

.selected-item-close

{

margin-bottom:4px !important;

}

if you find that works you could update your control with that.

Best Regards
Nicholas Ang
0411377662
Skype/GTalk/MSN : Prawnz@gmail.com

On Tue, Mar 24, 2015 at 4:34 PM, Luke Murray notifications@github.com
wrote:

Sorry, are you cahnging the template of this control?


Reply to this email directly or view it on GitHub
#6 (comment)
.

@lukemurray
Copy link
Owner

Could you post a screenshot of the over lapping items?

Also you mean that clicking the button for the drop down was causing a post back without type=button ? Which browser was this in?

Thanks

@prawnz
Copy link
Author

prawnz commented Mar 25, 2015

Quoting
"Also you mean that clicking the button for the drop down was causing a
post back without type=button ? Which browser was this in?"

This is in IE when used in a ASP.Net Web application

Quoting
"Could you post a screenshot of the over lapping items?"
This was from another issue that i raised before. It is on your to do list.

Best Regards
Nicholas Ang
0411377662
Skype/GTalk/MSN : Prawnz@gmail.com

On Wed, Mar 25, 2015 at 9:41 AM, Luke Murray notifications@github.com
wrote:

Could you post a screenshot of the over lapping items?

Also you mean that clicking the button for the drop down was causing a
post back without type=button ? Which browser was this in?

Thanks


Reply to this email directly or view it on GitHub
#6 (comment)
.

@lukemurray
Copy link
Owner

Thanks, I've updated it with type=button and I;ve fix the other issue.

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

No branches or pull requests

2 participants