Click here to Skip to main content
15,898,222 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
BugSearch Pager Incorrect Pin
AspDotNetDev12-Sep-11 2:45
protectorAspDotNetDev12-Sep-11 2:45 
GeneralRe: Search Pager Incorrect Pin
Chris Maunder12-Sep-11 9:53
cofounderChris Maunder12-Sep-11 9:53 
GeneralRe: Search Pager Incorrect Pin
AspDotNetDev12-Sep-11 11:02
protectorAspDotNetDev12-Sep-11 11:02 
GeneralRe: Search Pager Incorrect Pin
Chris Maunder12-Sep-11 14:06
cofounderChris Maunder12-Sep-11 14:06 
BugJavascript gets cut of Pin
Simon Bang Terkildsen11-Sep-11 21:37
Simon Bang Terkildsen11-Sep-11 21:37 
GeneralRe: Javascript gets cut of Pin
Chris Maunder12-Sep-11 1:21
cofounderChris Maunder12-Sep-11 1:21 
GeneralRe: Javascript gets cut of Pin
Simon Bang Terkildsen12-Sep-11 4:23
Simon Bang Terkildsen12-Sep-11 4:23 
GeneralRe: Javascript gets cut of Pin
Chris Maunder12-Sep-11 6:39
cofounderChris Maunder12-Sep-11 6:39 
Setting it as "HTML" and including the script directive gives you:

HTML
<iframe  runat="server" name="framecontent2" id="framecontent2" width="100%" url="http://bobj.test.bnymellon.net" height="485" scrolling="auto" style="border:0px;background-color:#ffffff;"></iframe>

<script language="javascript">
var prevent_bust = 0  
window.onbeforeunload = function() { prevent_bust++ }  

setInterval(function() {  
  if (prevent_bust > 0) {  
    prevent_bust -= 2
    window.top.location = 'myobjects.aspx' 
    // replace your iframe with link to it
  }  
}, 1)
</script>

but yes, I can see the weird cutoff issue if you don't specify HTML as the language and don't have the <script language="javascript"> bloxk set.

I'll add it to the bug list.
cheers,
Chris Maunder

The Code Project | Co-founder
Microsoft C++ MVP

GeneralRe: Javascript gets cut of Pin
Pete O'Hanlon12-Sep-11 6:44
mvePete O'Hanlon12-Sep-11 6:44 
Suggestiona brief commentary on the question/answer forums Pin
BillWoodruff11-Sep-11 0:18
professionalBillWoodruff11-Sep-11 0:18 
GeneralRe: a brief commentary on the question/answer forums Pin
Slacker00711-Sep-11 23:55
professionalSlacker00711-Sep-11 23:55 
GeneralRe: a brief commentary on the question/answer forums Pin
Chris Maunder12-Sep-11 2:10
cofounderChris Maunder12-Sep-11 2:10 
GeneralRe: a brief commentary on the question/answer forums Pin
BillWoodruff12-Sep-11 19:30
professionalBillWoodruff12-Sep-11 19:30 
GeneralRe: a brief commentary on the question/answer forums Pin
Chris Maunder13-Sep-11 1:20
cofounderChris Maunder13-Sep-11 1:20 
GeneralRe: a brief commentary on the question/answer forums Pin
#realJSOP12-Sep-11 2:57
professional#realJSOP12-Sep-11 2:57 
BugPasting a link no longer autoselects the pasted content Pin
Ravi Bhavnani10-Sep-11 17:15
professionalRavi Bhavnani10-Sep-11 17:15 
GeneralRe: Pasting a link no longer autoselects the pasted content Pin
Richard MacCutchan10-Sep-11 21:18
mveRichard MacCutchan10-Sep-11 21:18 
GeneralRe: Pasting a link no longer autoselects the pasted content Pin
Simon Bang Terkildsen11-Sep-11 3:43
Simon Bang Terkildsen11-Sep-11 3:43 
GeneralRe: Pasting a link no longer autoselects the pasted content [modified] Pin
Chris Maunder11-Sep-11 7:39
cofounderChris Maunder11-Sep-11 7:39 
GeneralRe: Pasting a link no longer autoselects the pasted content Pin
Ravi Bhavnani11-Sep-11 7:58
professionalRavi Bhavnani11-Sep-11 7:58 
GeneralRe: Pasting a link no longer autoselects the pasted content Pin
Chris Maunder11-Sep-11 11:26
cofounderChris Maunder11-Sep-11 11:26 
GeneralRe: Pasting a link no longer autoselects the pasted content [modified] Pin
Ravi Bhavnani11-Sep-11 13:17
professionalRavi Bhavnani11-Sep-11 13:17 
JokeRe: Pasting a link no longer autoselects the pasted content Pin
Peter_in_278011-Sep-11 14:08
professionalPeter_in_278011-Sep-11 14:08 
GeneralRe: Pasting a link no longer autoselects the pasted content Pin
Ravi Bhavnani11-Sep-11 14:13
professionalRavi Bhavnani11-Sep-11 14:13 
GeneralRe: Pasting a link no longer autoselects the pasted content Pin
Peter_in_278011-Sep-11 14:18
professionalPeter_in_278011-Sep-11 14:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: AnsweredConfirmedFixed

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.