AJAX :: Ajaxcontroltoolkit Editor In Chrome And IE7.0 But In Chrome It Is Missing Paste Icon
Jan 6, 2010
i used Ajaxcontroltoolkit Editor with particular icons that is Bold,Italic.Underline and paste icons .
it is working fine in IE8.0,
In chrome it is missing paste icon
in IE7.0 the editor itself is not showing up
View 6 Replies
Similar Messages:
Oct 12, 2010
I'm tring to put up a AjaxControlToolkit.HTMLEditor it works in all the browsers except Chrome
View 2 Replies
Mar 19, 2011
I am unable to paste the content to a textbox whose property "Textmode"is multiline this issue is happening in google chrome and safari browsers
View 1 Replies
Dec 2, 2010
I am using the following syntax for my loading icon
[Code]....
however once the page loads fully, I have a missing icon image showing up and I dont know why....how do get rid of it
View 2 Replies
Dec 16, 2010
Is there any way to ONLY allow Paste as Plain text into the Ajax Editor Control? I want it so that the user can never paste anything but plain text.
View 8 Replies
Feb 2, 2011
I am using CollapsiblePanelExtender with following markup:
[Code]....
The expanded panel contains a table. This works fine in Firefox and IE. However, when the panel is expanded in Chrome, no content is shown or rendered in the expanded state.What could be going wrong here?
View 1 Replies
Jan 14, 2011
have used a CollapsiblePanelExtender on my page.It works fine in IE but when I open it in chrome. It doesn't show contents inside CollapsiblePanelExtender. I am using ajax toolkit with asp.net 3.5
View 4 Replies
Apr 23, 2010
When using AutoComplete in google chrome, it seems to have a problem positioning the extender. It seems that the "top" css value of the autoextender isn't being calculated with the scroll position taken into account.
This can even be seen on:
[URL]
If you scroll down so that the "AutoComplete Demonstration" title is at the top of the browser rendering area, and then type something in the textbox, you will notice that the extender will display at the top of the page instead of just below the textbox.
View 3 Replies
May 5, 2010
I'm also trying to implement a custom button on the toolbar, and have it working, sort of. I took the sample code and modified it so I only insert one button, to insert an image from a list in a database. I renamed the class from the original to CustomHTMLEditor and removed a few of the properties and methods I won't be needing. All this works 99%. The control is shown in the design and in my web page and the inserting of the image all works 100%, but there is an error in the designer : Unknown server tag 'customEditors:CustomHTMLEditor'.
Because of this, I cannot reference the control in code at all and thus not get the Content when the page is posted back.
Here are my two files in the App_Code folder:
From HTMLEditor.Samples.cs:
[Code]....
From HTMLEditor.CustomButtonsAndPopups.cs
[Code]....
View 1 Replies
Jan 11, 2011
The aSyncFileUpload control does not trigger the UploadError (javascript) in Chrome. It does, however, work in IE and Firefox.
<asp:AsyncFileUpload
ID="afuFile"
ClientIDMode="AutoID"[code]....
View 2 Replies
Feb 7, 2010
I am using the CalendarExtender and I've found it works fine in all browsers except for any version of Google Chrome and Safari 4.
In these browsers the calendar appears either on top of the textbox or near the top of the screen instead of under the textbox.
You can reproduce this behavior by going to: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx
View 2 Replies
Jul 13, 2010
I have a GridView in which I have item,Edit ,Footer and Empty Item Template , and also a hovermenuextender to show Edit/Delete link on row hover. when my page opens if it doesn't have any data it show empty row , when user enters data and click on Add button it save's the data and load the grid. All works fine in IE and firefox but not in google Chrome.
After saving data in chrome all links stop working , but when i reload the page it workes fine if i remove the hovermenuextender it works fine in chrome also, So i think hovermenuextender creating problem in chrome when it's added at runtime(if empty grid comes hovermenuextender will be added after data saved)
View 2 Replies
Aug 18, 2010
ajax toolkit date picker is not working in latest google chrome browser. it works fine all browsers and earlier version of chrome but it doesnt work latest version. any body know the reason
View 2 Replies
Nov 25, 2010
I have created an asp .net ajax control, meaning i have a javascript object linked to this control. In that object as usual i have 2 crucial methods: initialize and dispose.
[Code]....
In internet explorer dispose method is invoked every time user leaves the page, even when closing the browser. But not in chrome, its invoked by refreshing the page but not by closing the tab or window. Do you know how to achieve this?
View 1 Replies
Dec 4, 2010
Is there anyway to get the MaskedEditExtender to work with Safari or Chrome? Any kind of hack or workaround?
View 4 Replies
Apr 3, 2010
I've had an issue with a javascript menu not working inside an Ajax update panel after the ajax postback. I was able to solve this in IE by calling the menu js function with a pageLoad() function which is automatically called by ajax. However I then discovered it doesn't work in any other browser.
Having search around I've only found two references to the issue; one where someone else has found the same thing and another where someone states that pageLoad isn't stable in other browsers.
Is there any way to solve this issue in browsers other than IE?
View 1 Replies
Nov 16, 2010
i have an ajax drop panel control works fine on other browsers.. but problem with Google Chrome. eference i have placed example url.
[URL]
bug to reproduce:
step1: open url in Google Chrome browser :
[URL]
step2: click on Drag Me panel and place it at the extreme bottom of the page.
step3: click and hold the mouse on "Drag Me" title.
you will experience the Drag Me panel will automatically move towards top of the page.
View 4 Replies
Jun 10, 2010
I have below code in my ASP.NET AJAX Update Panel named "uPanel1"
Its showing popup message.
string strscript = "alert('MESSAGE GOES HERE');";
System.Web.UI.ScriptManager.RegisterClientScriptBlock(uPanel1, Page.GetType(), "strscript", strscript, true);
But does not work all the times in FireFox and Chrome.
View 2 Replies
Mar 27, 2010
The strangest thing: Safari 4 will show me the HTML in View Source but it will not render the content in the page. Chrome 5 which is supposed to be the same WebKit parser renders the page as expected. Where could I possibly start to debug this?
View 1 Replies
Sep 23, 2010
I am working on an app and have added masked edits to some of the textboxes. On Google Chrome v6.0.472.62 the backspace button is inoperative along with the delete button. I have found no method around this. It also functions incorrectly on the ajax toolkit website: [URL]
Chrome is fairly popular and I doubt I can use this code with this issue.
View 1 Replies
Aug 5, 2010
I have a situation. I know that backspace and delete don't work if we have asp textbox linked with MaskedEditExtender inChrome browser(may be other browsers have the same situation)but I've written some javascript to handle this.
<asp:TextBox .... onKeyDown="KeyDownHandler();"...../>
and in KeyDownHandler I check if it is backspace or delete key pressed and do manipulation with textbox text manually soat the end I have real normal text.And During editing text in textbox everything is fine but as soon as I get focus on another control .. text changes back (as it was before editing)What should I do to change the real text in textbox ? Now I am operating with textBox.value property but It seems MaskedEditExtender save this value or something like this.I found some property in MaskedEditExtender - MaskedEditExtender._LogicTextMask but if I change this .. it works only for particular mask of extender.....
View 4 Replies
Mar 31, 2010
I'm facing an issue with chrome. I have multiview in which user control is loaded. This user control has one maskedEditExtender textbox (telephone textbox in ___-___-____ format). Issue is whenever the control is loaded i cannot see the masked feild but as soon i refresh the page I see it. I tried the script above but it didnt worked.
View 1 Replies
Dec 2, 2010
[Code]....
Disabling Accordion Pane in Chrome Browser?
View 1 Replies
Aug 26, 2010
I have three reorder lists on a page, one does not want to work. It is no different to the others, but is behaving like it is not enabled.All working fine in IE 7 + 8.
View 1 Replies
Feb 14, 2010
I have the following controller:
using System;
using System.Collections.Generic;
using System.Linq; [code]....
When I click the action link in IE the controller code runs but the div is NOT updated. Do it in ANY other browser and it works just fine. Is this (yet another) known problem/bug with IE??
View 2 Replies