Weird bug with DC model spawning

Hi all!

Here's a weird bug with DC model spawning that I am struggling to solve.

I do my development in Adobe Pro XI.

I recently had some complaints from users saying model spawning would not work in Adobe DC.

I installed DC Adobe reader and found this weird bug

I created a simple PDF to illustrate.

  1. PDF has hidden the model named "RawDataPage".
  2. PDF has 6 pages at the beginning
  3. First page contains 4 buttons.
  4. 1 button adds 1 model after page 6, 2 button adds 2 models after page 6 and so on
  5. Close the PDF without saving the changes after clicking a button, just observe spawning
  6. You can find PDF files and screenshots to dropbox link https://www.dropbox.com/sh/qap5j5tzyomrlxw/AABGFv6Z0jGKE62SO6pgy2YSa?dl=0
  7. I'll update a shared folder to the arrival of the information
  8. find out all the code js inline below










A fix is available for this bug. With the help of Acrobat | Release notes | DC Acrobat, Acrobat Reader DC | Update and download the ' patch '.

Tags: Acrobat

Similar Questions

  • Help... Weird bug with a list in a table

    What has happened a few times now and I can't understand why. Here are two screenshots of a page created in RH8. The first screenshot is of HR when I clicked on show the item. Note that the second line of the table includes a bulleted list and a note inside a box, which is also what it looks like when I change the subject. The second screenshot is the generated WebHelp. The second point and the note then appear above the table.

    The HTML code for the table is pasted below the screenshots. Can someone help me understand what the problem is?

    screenShot1.png

    screenshot2.png

    < table class = "TableRTP" cellspacing = "0" >
    < class = "t1st" tr >
    < td > < class p = "tableheading" > field < /p > < table >
    < td > < class p = "tableheading" > specify... < /p > < table >
    < /tr >
    < class tr = "t2Row" >
    < td > < class p 'tabletext' = > language < /p > < table >
    < td > < class p "TableText" = > select a language from the drop-down
    list. For example, select < span style = "' make-weight: bold; ' > English"
    (United States) </span >. < /p >
    < class p = "tableNote" > the languages in the dropdown list are
    defined using the administration Session language. Refer to the
    "< a href ="... /... ' / RTPOneAdministrationUsersGuide/SystemAdministration/SystemManagement/sessionl anguage.htm.
    target = "_blank" id = "a1" > online help for RTP | A SINGLE Administration < /a >. < /p > < table >
    < /tr >
    < class tr = "t1Row" >
    < td > < class p 'tabletext' = > Default < /p > < table >
    < td > < ul type = "disc" >
    < class li = "p-TableText" > < class p = "TableText" > if selected.
    This is will be the default language for this eStore site. < /p > < /li >
    < class li = "p-TableText" > < class p = "TableText" > if not selected.
    another language will be the default language. < /p > < /li >
    < /ul >
    < class p = "tableNote" > an eStore site can have only one default
    language. < /p > < table >
    < /tr >
    < class tr = "t2Row" >
    < td > < class p 'tabletext' = > Description Language < /p > < table >
    < td > < class p = 'TableText' > enter a description for this language.
    This is text that eStore visitors will see when selecting
    the language in a multi-language eStore. < /p >
    < class p = "tableNote" > to use the text with special characters, simply
    copy text from another application and paste it in the
    text box. < /p > < table >
    < /tr >
    < /table >

    Hello

    The HTML code for the table looks fine. How does the HTML around the appearance of the table? (It seems that the table is in a list). Maybe you can share an example topic so that we can try to work with him.

    Take a bow

    Willam

  • A weird bug with CFHTTP?

    I have a report that is created within a CFLOOP on a list of integers. For each list item, a new line of report is produced. Simple and it works very well.

    However, I am having an intermittent display problem I can't understand. Periodically, for the same set of data, if I update the report screen, I see the screen of the last list item in the CFLOOP, for example "14" on the report on the screen. Hit refresh a few times, she disappears. Some more refreshes and returns it. At first I thought it was just a CFOUTPUT missed or not closed, but no luck.

    I traced it so that it shows only the last element of list in the CFLOOP. I created a smaller version of the code just to test. Here's the CFLOOP statement: < cfloop list = "10,14" index = "ListItem" > full code can be found at the bottom of this post.

    Here is the result after several upgrades (that's okay).

    Departure to listitem:10 loop
    index of the inner loop = 1
    index of the inner loop = 2
    ENDLOOP


    Departure to listitem:14 loop
    index of the inner loop = 1
    index of the inner loop = 2
    ENDLOOP

    Sometimes if I update, I get this result (note 14, the last element of the CFLOOP list)

    Departure to listitem:10 loop
    index of the inner loop = 1
    index of the inner loop = 2
    ENDLOOP


    Departure to listitem:14 loop
    loop index internal 14 = 1
    index of the inner loop = 2
    ENDLOOP

    Yet once, only 14 appears only intermittenty. Inside of my loop is a statement CFHTTP. If I comment on this statement, the "14" disappear, but obviously I need this statement. Just try to track down the issue.

    Here's my test code that produced the above output:

    < cfloop list is index "10,14" is "ListItem" >

    Start a loop for listitem: cfoutput > #ListItem # < / cfoutput > < br / >

    < component cfobject = '#application. "CFCPath #components.cGroup" name = "clientObj" >
    < cfset ClientGroupInfo = clientObj.ServicePowerInfo (ListItem) >
    < cfset ClientGroupDesc = clientObj.getClientGroupInfo (ListItem) >

    < cfset ClientGroupCurrent = ClientGroupDesc.CompanyName >

    < cfset form.runsheetdate = Now() >

    < cfsavecontent variable = "my_xml" >
    < delivery >
    < application >
    < user name > < cfoutput > #ClientGroupInfo ['username'] # < / cfoutput > < / userID >
    < companyID > < cfoutput > #ClientGroupInfo ['companyid'] # < / cfoutput > < / companyID >
    #DateFormat(form.runsheetdate,"YYYY-MM-DD") < date > < cfoutput > # < / cfoutput > < / date >
    < / request >
    < / shipping >
    < / cfsavecontent >

    < cfset xml_obj = xmlparse (my_xml) >
    < cfset webSvcURL = "http://test/test.aspx" > ""


    < cfhttp url = "" #webSvcURL # "charset ="utf - 8"method ="post"> < cfhttpparam type ="xml"value =" #my_xml #"> < / cfhttp >"

    < cfloop index 'i' = from = "1" = "2" >
    index of the inner loop = < cfoutput > #i # < / cfoutput > < br / >
    < / cfloop >
    ENDLOOP < br / > < br / >

    < / cfloop >

    All ideas are welcome!

    I would say that there is a situation under which of these methods exits clientObj argument going on in there.  Probably debugging the code.

    When troubleshooting these situations, I use the very technical method to put my code in places which they output above and below the lock, I'll try to find a TOP and a BOTTOM.  And slowly move them together in the code until one of them is displayed instead of 'bad' (for example: above appears after the little that I'll try to find.)  It is an easy way to isolate the line of code that gives you grief.

    Course or I could also use the debugger to do this, but I have developed CF for long enough with no available debugger that I forgot to use it now that they are available!

    --

    Adam

  • Weird bug with internal page links, ideas? (CS5)

    I add the hyperlink feature to some lines of text giving the interactivity/navigation to different pages of my 70 page document. I'm new hyperlink using the dialog, I select 'Page' in the menu dropdown, but I can only select up to page 4. This is a problem because I want access to pages 5-70. In the case where the file has been corrupted, I created a new empty document for the test, and the same thing happens, page 4 maximum. If I type in a number greater than 4 then this error pops up... 'This page does not exist. There are 4 pages in the document, and the value must be between 1 and 4. "... and yet I have 70 pages and I haven't used chapters or breaks or something like that.

    Does anyone have an idea around it?

    Have you tried this: replace your preferences

  • Dreamweaver CS3 bug with models?

    Hello
    I have a very big problem with a model. I'm on Dreamweaver CS3 and my model was created in Dreamweaver 8 and it says in parentheses (xhtml) - even if all my model pages are html.
    When I do now even the smallest change (even adding one letter) to my model or when I try to create a new page in this model, the resulting pages have missing images (my banner at the top), but the real model seems perfect. You can actually see example of a page on a test to the http://ww2.itrak.com/iTRAKnouveau/ Web site
    I remember I actually had this problem once before and I do not have it in Dreamweaver 8, but I'm not sure of my recollection.
    Unfortunately, this time I can not access Dreamweaver 8 more... I really hope someone can solve this one with me!
    Christine

    No doubt a HUGE bug with Dreamweaver CS3. I rebooted Dreamweaver 8 and my problem went away.
    PS: Yes, for those who have read the entire thread, there was a problem on the line (my customer deleted some image files), but my problem was completely independent. It's on my machine - before you download files.
    Christine

  • Weird bug of Xperia Mobile transfer and e-mail after update 5.1

    Since the 5.1 update, I got a few days ago, I had a weird bug. SOMETIMES exit after sending messages with the default Sony Messaging App, I'll get a very quick overview)<0.5s) og="" a="" message imforming="" me="" about="" the="" xperia="" transfer="">

    Steps to reproduce when it occurs:

    (1) open a conversation and send a message

    (2) quickly, press the back button to return to the home screen

    (3) between the specific conversation window and display the list of all conversations, this image appears for a brief second

    (4) in this case approximately 75% of the time, never seen before the 5.1 update and restart, forcing the farm or actually install the Xperia transfer Mobile App allows.

    I tried to quickly type "No thanks" as it appears, but it does not seem to register.

    I appreciate the support, thank you!

    So I fixed him and everything, but before that I could test if it solved, I scrolled to the bottom of my conversations accidentally. At the bottom, I saw the message that popped up when I tried to go back, basically just posting here - enough random actually. Try to scroll all the way to the bottom of your conversations and see if he's there.

  • Foreign key constraint, not recognized during the synchronization of data with the model dictionary

    Hello

    Data Modeler is a foreign key constraints do not recognize when synchronizing data with the model dictionary, although the foreign key is there (in the database that a data dictionary is read). I can't find any criterion when a foreign key is not recognized by the Data Modeler. Are there limits to the length of the attribute, or the number of columns in a foreign key, or other limitations which may lead to this behavior not to recognize a fk by Data Modeler? I have columns more than 32 characters. I compared with the fk is recognized by DM, but I can't find anything that indicates why it is not recognized.

    I wonder if someone also has constraints of foreign keys that are not recognized in the comparison of data bases and model?

    Thank you

    Robert

    Hi Robert,.

    Thanks for the comments, I logged a bug.

    Philippe

  • having a weird problem with my assignment after incorporation of java

    Hello

    I have a weird problem with my assign activity, I use a Java Embedding wherin I access a variable and assign it some data, further in the next step when I try to assign data to the same variable affecting the activity I get an error message as below.


    com.oracle.bpel.client.BPELFault: faultName: parts of {{http://schemas.xmlsoap.org/ws/2003/03/business-process/} selectionFailure}: {{summary = not valid for the type of part.}} When you perform the operation of the entitlement, the node THIS, IS, TEST is invalid. The node named in the error message was either null, or a node-set is empty, and it was not an instance of org.w3c.Element. Check the value of the node to the line number 795 is not null and is an instance of org.w3c.Element. } .

    I am using soa 11.1.1.5

    Can someone please help?

    -Thank you
    Shirish

    Shirish,

    This is a bug and you will need to apply a patch for it.
    You can find explanations in Oracle Support Id ID 1194228.1.

    Arik

  • THE Weird bug... Player 9.0.1.6.0

    Hello

    Some time ago I updated my IE with the a new version of the plugin Flash (9.0.1.6.0). A weird bug suddenly began to appear in Internet Explorer. I have the same plugin on Firefox and the bug does not appear in the browser. Before I updated my version of Flash for IE plugin (8.0) everything works beautifully...

    The following happens on IE: when you click on the title nieuws or date (not the tab 'nieuws') throughout the site is suspended. In Firefox, everything works well and the news item appears. How can this happen? Anyone any idea? I didn't write the code and he screwed up, so before I dive in, I want to know where I have to look pretty. All ideas/experiences with this kind of bugs?

    URL: http://www.dpi.nl/

    Thanks for the help!

    Adriaan

    Thanks for the reply!

    I managed to fix the bug. How I did it... God knows...

    The code was written by someone who doesn't work here anymore. It was pretty messed up and a lot of things happening at the same time. I traced function calls and saw a couple beeing functions called twice. So I had that from the road and suddenly it worked on IE too.

    Can't really say why it didn't work on IE... at least it works now :)

    thanx

    Adriaan

  • Bug with the donation page today

    You have a bug with your fundraising page. I have selected $10 and transferred to Paypal to $3. I tried again and made sure to click twice on a $10. I got the same results. I thought you should know.

    Hi el_nik,
    I filed a bug to prosecute for the page to donate. However can you please confirm that this always happens after that you remove the cookies from the page?

  • Bug with high speaker on the Satellite C650-144 with Window 7

    I have a bug with my high speaker, so I download driver leatest and nothing has changed.
    But when I use the jack slot it works and when I put it and when I go to the speaker icon in the windows taskbar there is 'activity' because the level moves, but there is no probe on my high speakers.

    For windows everythings works fine, so I don't know what I have to do...
    I went on the Internet on the forum, but there is no solution for my problem!

    Please help me!

    My computer references are: Satellite C650-144 and PSC08E-01100DFR
    Please excuse me for my English...

    Thank you very much!
    Friendly
    aldebordeaux

    Hello

    Simply said; You can listen to the sound using headphones, but can not hear the sound on the speakers. Right?

    Have you noticed this early? Have you installed a few 3rd party applications may affect the functionality of speaker? Maybe some Windows updates can affect this?

    Please check the settings in the control panel-> sound-> the Read tab

    As a last resort, I recommend for recovering the device I want to say, it looks a bit because of speaker, but I strongly recommend to test the laptop with the factory settings.

  • Weird problem with the google search on Safari 9.0.2

    Hi all

    I had a weird problem with Google on Safari recently. After that the search for something from the Google home page and search page is loaded, I can't be able to change or enter anything in the more the google search bar. I have to reload the page every time google to search something else. Google search worked fine on Firefox though.

    I use the latest version of Safari (9.0.2) and I tried clears all history data, and Web site, but nothing has worked so far. My Mac is running on OS X Yosemite so what counts.

    Can someone understand what is the problem?

    Thank you.

    If you have problems to open Web pages, take a look at these techniques proposed by Apple of troubleshooting.

    https://support.Apple.com/en-us/HT204098

    Go to the Safari menu (at the top right of your screen next to the Apple icon), choose 'Quit Safari'

    Press the "Shift" key and while holding this button on your unique keyboard, click the icon of Safari on your Dock.

    Open Safari - Preferences - Privacy - data to remove any Web site.

    Open the menu to go with the Option (Alt) key - library - key locate Safari folder and place it on your desktop. Restart your Mac, open Safari and delete the file from your desktop.

    In addition, a restart may help.

  • Is docking station compatible with computer model C6470 VB041AA #ABA?

    Is docking station compatible with computer model C6470 VB041AA #ABA?

    Hi Bryan,.

    You're right, the computer is a Probook 6470 B.  I also noticed in your chart that the docking station power is estimated at 90 watts.   How I plugged the power lists 65Watts on etiquette, which may explain why it does not work very well.  I think I must have caught an old powersupply in my bag for laptop computer to my upgrade of the previous work computers.  Another food I have is rated at 90 watts; I'll give this one a try.

    Thank you

    Pete

  • Out of sync a station with the model of batch process?

    Hello

    My project has 5 test stations are run in parallel. I decide to use the batch process model because I want that they start and stop together. Next to startup and shutdown, I have some part in the need for synchronization of the entire test sequence. But in 5 stations, I want a workstation without flash sync to these steps. I tried to use the commands synchronize with the precondition, but it looks like that other stations are waiting for that one I jump the sync. My other option uses rendervous with number of parallel thread total is - 1. I test it and it works. But I still want to know if I can use batch synchronize step or not because it offers synchronization of start and exit synchronization.

    Thank you!

    NTT says:

    Doug,

    Thanks for your reply.

    I want to have something happening parallel with other threads, but without effect by steps of synchronization batch. I have several workstations parallel to the Assembly line. They are sync due to the pick and place. But I want to have a process is functioning as the station manager who keep track of USE between the train station and other site conditions such as pressure, temperature.

    Thang

    As a general rule, the intent of the TestSockets in the process templates is that they will have a 1 to 1 with DUT match, taking your 5th corresponds to an object to measure? In other y 5 DUT tested at the same time? DUT often need things like logging database or report generation. Your 5th decision-making requires the generation of reports? If not maybe this 5th Jack is really more than one thread of utility and creating a new thread or performance during execution makes sense for her. If your 5th instead making it really fits under test DUT in parallel enitrely separately from others the DUT then maybe you should start up a new run for the socket using the sequential model and just run as your other shots are running with the model of batch processing.

    So, it really depends on what you use this 5th station/thread to find out which method would probably work better.

    Hope this helps,

    -Doug

  • Hard drive WD3200BEKT is replaceable with newer model, the WD5000BPKX?

    MINE IS HP PAVILION DM4 1009-UT.

    Hard drive WD3200BEKT is replaceable with newer model, the WD5000BPKX?

    Thank you

    Hello

    Yes, the newer model drive you mention will end.

    If necessary, the procedure to replace the HARD drive is detailed from Page 61 of your & Maintenance Guide.

    Kind regards

    DP - K

Maybe you are looking for

  • How to display a message source when transmitting it?

    I see how to view the source code of a message in my Inbox. If I send one of these messages, I wish I could view the source code of the message and change it before sending it. Is it possible to see and change the source message before sending?

  • HP 15-r005ne: Windows 7 driver for HP 15 - r005ne

    Hello I bought the laptop 'HP 15-r005ne". There isn't any OS or a CD with the drivers. The site doen't provide also all the drivers. Where am I supposed to get drivers for Win 7 32 bit?

  • Numbering of pages in Word.

    Hello! I just wrote a 90 page scenario and add the numbers to the top of each page. However, the page numbers MUST start on page 3 and not before. The number of page 3 SHOULD be number 2. How do I achieve this in Word without altering the whole docum

  • Registration of telepresence SX10

    Hello When I try to save the SX10 in CUCM, I found that the device type is not available. There is only the SX20. I tried with the SX20 device profile, but it does not work. The current version of CUCM is 9.1.1.20000 - 5. Please notify

  • Windows 7 does not stop correctly

    When we stop windows 7 on our Dell laptop purchased recently everything is disconnected and no error message appears during the shutdown, but when you start the system again we receive an error message that says windows 7 was not correctly closed mod